Top "Angular4" questions

Questions about Angular (not to be confused with AngularJS), the web framework from Google.

Angular 4.0.0 App built by angular-cli 1.0.0 not working in IE11

I try to run my virgin Angular 4 Application built by the angular-cli 1.0.0 in the Internet Explorer 11, but I have no …

angular internet-explorer-11 angular-cli angular4
How to enable tree-shaking for a new Angular 4 project

I just created a new Angular 4 project with the CLI: ng new test The versions: @angular/cli: 1.0.0 node: 6.10.0 os: win32 …

angular angular4 tree-shaking
angular 4 and ng-template

I'm getting this warning: The <template> element is deprecated. Use <ng-template> instead (" [attr.tabIndex]="-1" [ngClass]="{…

angular angular4 ng-template