Top "Ng-build" questions

on ng build --prod am gettng error,Property 'email' does not exist on type 'Object

declared loginObj in login.component.ts as below public loginObj: Object = { email:'', password:'' }; public registerObj: Object = { email:'', …

angular typescript ecmascript-6 angular2-forms ng-build
how to deploy angular5 application to sub directory

My angular application is hosted in server in which the application url is http://xyz.domain.in (Example Url). Now …

angular production-environment ng-build
Angular API fatal error handler returned after process out of memory

I'm deploying angular 7 app to Azure, an error API fatal error handler returned after process out of memory is appear …

node.js angular azure angular7 ng-build
Angular 7 FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

My project is big. In the last build I added big chunk of new functionality. Building process giving me this …

angular angular-cli angular7 ng-build