Skip to content

Prepd-Root/aot-angular-compile-error-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aot-angular-compile-error-example

Example for a problem with AOT angular 2 compilation.

To run :
npm i
npm run ngc

Errors present

  • in app/input.component.ts
    => selector: 'input[playground-input]' compile error
    => there is no in the whole project

  • in app/form.component.ts
    => form.controls.first compile error
    => there is no minify or code modification done before ngc

About

Example for a problem with AOT angular 2 compilation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published