Example for a problem with AOT angular 2 compilation.
To run :
npm i
npm run ngc
-
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