Closed
Description
Please provide us with the following information:
OS?
macOS Sierra
Versions.
Running of angular/angular-cli#master
angular-cli: 1.0.0-beta.26
node: 7.2.0
os: darwin x64
@angular/common: 2.4.4
@angular/compiler: 2.4.4
@angular/core: 2.4.4
@angular/forms: 2.4.4
@angular/http: 2.4.4
@angular/platform-browser: 2.4.4
@angular/platform-browser-dynamic: 2.4.4
@angular/router: 3.4.4
@angular/compiler-cli: 2.4.4
Repro steps.
- Set up the development setup of angular-cli
- ng new --link-cli content-of-null
- cd content-of-null
- ng serve
- Edit something in
src/app/app.component.html
The log given by the failure.
Normally this include a stack trace and some more information.
After editing the app rebuilds and this message appears:
ERROR in Cannot read property 'content' of null
No further stack-trace available.
Mention any other details that might be useful.
The app seems to work though this message persists.