Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(blueprints): remove app root barrel (angular#3530)
BREAKING CHANGES: The app root module and component must now be imported directly. (e.g., use `import { AppModule } from './app/app.module';` instead of `import { AppModule } from './app/';`) Fixes angular#3369
- Loading branch information