mgechev / angular-seed

🌱 [Deprecated] Extensible, reliable, modular, PWA ready starter project for Angular (2 and beyond) with statically typed build and AoT compilation
https://mgechev.github.io/angular-seed
MIT License
4.57k stars 1.45k forks source link

problem after importing ngx-bootstrap module #2451

Closed jaggu07 closed 3 years ago

jaggu07 commented 5 years ago

I have followed this procedure: Steps to install and test with Angular-seed

(table-list.module.ts:13)

`import { AlertModule } from 'ngx-bootstrap';

@NgModule({ imports: [TableListRoutingModule,CommonModule,AlertModule.forRoot()], declarations: [TableListComponent], exports: [TableListComponent], entryComponents: [TabComponent] })`

SyntaxError: Unexpected token < at eval (<anonymous>) at evaluate (evaluate.js:106) at instantiate.js:394 at doEvaluateDynamic (register-loader.js:685) at register-loader.js:545 at doEvaluateDynamic (register-loader.js:682) at register-loader.js:545 at Object.eval (table-list.module.ts:13) at eval (table-list.module.ts:24) at eval (table-list.module.ts:24) "Not expecting this error? Report it at https://github.com/mgechev/angular-seed/issues"