-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
When I run gulp serve, I see console of chorme as attached and cmd console with errors below:
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/account/settings/settings.component.ts:35:12
Property 'Auth' does not exist on type 'SettingsComponent'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/account/signup/signup.component.ts:18:3
Argument of type '{ selector: string; template: any; directives: typeof AcMatchControlValidator[]; }' is not assignable to parameter of type 'Component'.
Object literal may only specify known properties, and 'directives' does not exist in type 'Component'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/account/signup/signup.component.ts:20:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/admin/admin.component.ts:9:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/admin/admin.component.ts:14:10
Property 'userService' does not exist on type 'AdminComponent'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/admin/admin.component.ts:16:10
Property 'userService' does not exist on type 'AdminComponent'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/admin/admin.component.ts:22:10
Property 'userService' does not exist on type 'AdminComponent'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/admin/admin.module.ts:27:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/app.component.ts:9:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/app.constants.ts:2:20
Cannot find module '../../server/config/environment/shared'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/app.module.ts:56:8
Module '"C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/app.constants"' has no default export.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/app.module.ts:67:9
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/app.module.ts:74:18
Argument of type '{ [x: number]: undefined; provide: typeof RequestOptions; useClass: typeof HttpOptions; }' is not assignable to parameter of type '(TypeProvider | ValueProvider | ClassProvider | ExistingProvider | FactoryProvider | any[])[]'.
Property 'length' is missing in type '{ [x: number]: undefined; provide: typeof RequestOptions; useClass: typeof HttpOptions; }'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/app.module.ts:93:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/main/main.component.ts:10:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/main/main.component.ts:28:21
Cannot find name 'Observable'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/main/main.component.ts:47:10
Property '$http' does not exist on type 'MainComponent'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/main/main.module.ts:39:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/polyfills.ts:14:11
Property 'stackTraceLimit' does not exist on type 'ErrorConstructor'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.module.ts:19:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:9:10
Module '"C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/app.constants"' has no exported member 'userRoles'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:21:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:22:3
Type '{}' is not assignable to type 'User'.
Property '_id' is missing in type '{}'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:23:3
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:28:10
Property 'Http' does not exist on type 'AuthService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:29:10
Property 'AuthHttp' does not exist on type 'AuthService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:30:10
Property 'UserService' does not exist on type 'AuthService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:33:12
Property 'UserService' does not exist on type 'AuthService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:71:17
Property 'Http' does not exist on type 'AuthService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:79:21
Property 'UserService' does not exist on type 'AuthService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:101:5
Type '{}' is not assignable to type 'User'.
Property '_id' is missing in type '{}'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:113:17
Property 'UserService' does not exist on type 'AuthService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:116:21
Property 'UserService' does not exist on type 'AuthService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:137:17
Property 'UserService' does not exist on type 'AuthService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/auth.service.ts:187:12
Supplied parameters do not match any signature of call target.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/user.service.ts:18:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/user.service.ts:21:10
Property 'AuthHttp' does not exist on type 'UserService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/user.service.ts:29:17
Property 'AuthHttp' does not exist on type 'UserService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/user.service.ts:34:17
Property 'AuthHttp' does not exist on type 'UserService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/user.service.ts:34:60
Property '_id' does not exist on type '{ id: string; }'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/user.service.ts:39:17
Property 'AuthHttp' does not exist on type 'UserService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/user.service.ts:44:17
Property 'AuthHttp' does not exist on type 'UserService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/auth/user.service.ts:49:17
Property 'AuthHttp' does not exist on type 'UserService'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/directives.module.ts:30:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/footer/footer.component.ts:8:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/navbar/navbar.component.ts:9:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/navbar/navbar.component.ts:21:10
Property 'AuthService' does not exist on type 'NavbarComponent'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/navbar/navbar.component.ts:22:10
Property 'StateService' does not exist on type 'NavbarComponent'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/navbar/navbar.component.ts:26:10
Property 'AuthService' does not exist on type 'NavbarComponent'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/navbar/navbar.component.ts:27:12
Property 'currentuser' does not exist on type 'NavbarComponent'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/navbar/navbar.component.ts:33:10
Property 'AuthService' does not exist on type 'NavbarComponent'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/navbar/navbar.component.ts:36:10
Property 'AuthService' does not exist on type 'NavbarComponent'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/navbar/navbar.component.ts:39:10
Property 'AuthService' does not exist on type 'NavbarComponent'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/navbar/navbar.component.ts:45:24
Property 'AuthService' does not exist on type 'NavbarComponent'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/navbar/navbar.component.ts:46:10
Property 'StateService' does not exist on type 'NavbarComponent'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/oauth-buttons/oauth-buttons.component.ts:8:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/socket/socket.service.ts:5:8
Module '"C:/Aditya/Programming/generator-angular-fullstack@alpha/client/app/app.constants"' has no default export.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/socket/socket.service.ts:8:14
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/util.ts:47:9
Cannot find name 'Util'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/client/components/util.ts:49:25
Cannot find name 'Util'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/@uirouter/core/lib/common/coreservices.d.ts:10:62
Cannot find name 'never'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/@uirouter/core/lib/path/pathNode.d.ts:53:61
Type expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/@uirouter/core/lib/transition/interface.d.ts:732:31
Cannot find name 'undefined'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/@uirouter/core/lib/transition/interface.d.ts:734:33
Cannot find name 'undefined'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/@uirouter/core/lib/transition/interface.d.ts:736:36
Cannot find name 'undefined'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/@uirouter/core/lib/transition/interface.d.ts:738:37
Cannot find name 'undefined'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/@uirouter/core/lib/transition/interface.d.ts:740:37
Cannot find name 'undefined'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/@uirouter/core/lib/transition/transition.d.ts:398:59
Cannot find name 'undefined'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/accordion/accordion-group.component.d.ts:12:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/accordion/accordion-group.component.d.ts:12:14
Cannot find name 'isBs3'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/accordion/accordion-group.component.d.ts:12:19
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/alert/alert.config.d.ts:7:21
A class member cannot be declared optional.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/buttons/button-checkbox.directive.d.ts:19:15
Duplicate identifier 'readonly'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/buttons/button-checkbox.directive.d.ts:19:24
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/buttons/button-checkbox.directive.d.ts:19:24
Cannot find name 'trueValue'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/buttons/button-checkbox.directive.d.ts:19:33
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/buttons/button-checkbox.directive.d.ts:19:35
Duplicate identifier 'boolean'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/buttons/button-checkbox.directive.d.ts:20:15
Duplicate identifier 'readonly'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/buttons/button-checkbox.directive.d.ts:20:24
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/buttons/button-checkbox.directive.d.ts:20:24
Cannot find name 'falseValue'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/buttons/button-checkbox.directive.d.ts:20:34
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/buttons/button-checkbox.directive.d.ts:20:36
Duplicate identifier 'boolean'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/buttons/button-radio.directive.d.ts:18:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/buttons/button-radio.directive.d.ts:18:14
Cannot find name 'isActive'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/buttons/button-radio.directive.d.ts:18:22
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/carousel/carousel.component.d.ts:41:5
Duplicate identifier 'readonly'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/carousel/carousel.component.d.ts:41:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/carousel/carousel.component.d.ts:41:14
Cannot find name 'slides'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/carousel/carousel.component.d.ts:41:20
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/carousel/carousel.component.d.ts:41:36
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/carousel/carousel.component.d.ts:45:5
Duplicate identifier 'readonly'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/carousel/carousel.component.d.ts:45:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/carousel/carousel.component.d.ts:45:14
Cannot find name 'isBs4'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/carousel/carousel.component.d.ts:45:19
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/component-loader/component-loader.class.d.ts:29:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/component-loader/component-loader.class.d.ts:29:14
Cannot find name 'isShown'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/component-loader/component-loader.class.d.ts:29:21
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/component-loader/content-ref.class.d.ts:8:12
A class member cannot be declared optional.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/component-loader/content-ref.class.d.ts:9:17
A class member cannot be declared optional.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/datepicker/datepicker-inner.component.d.ts:53:49
Cannot find name 'undefined'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/datepicker/daypicker.component.d.ts:11:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/datepicker/daypicker.component.d.ts:11:14
Cannot find name 'isBs4'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/datepicker/daypicker.component.d.ts:11:19
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/datepicker/monthpicker.component.d.ts:9:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/datepicker/monthpicker.component.d.ts:9:14
Cannot find name 'isBs4'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/datepicker/monthpicker.component.d.ts:9:19
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/datepicker/yearpicker.component.d.ts:8:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/datepicker/yearpicker.component.d.ts:8:14
Cannot find name 'isBs4'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/datepicker/yearpicker.component.d.ts:8:19
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/dropdown/dropdown-toggle.directive.d.ts:14:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/dropdown/dropdown-toggle.directive.d.ts:14:14
Cannot find name 'isOpen'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/dropdown/dropdown-toggle.directive.d.ts:14:20
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/modal/modal.component.d.ts:18:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/modal/modal.component.d.ts:18:14
Cannot find name 'isShown'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/modal/modal.component.d.ts:18:21
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-container.component.d.ts:13:5
Duplicate identifier 'readonly'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-container.component.d.ts:13:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-container.component.d.ts:13:14
Cannot find name 'isBs4'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-container.component.d.ts:13:19
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-container.component.d.ts:18:5
Duplicate identifier 'readonly'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-container.component.d.ts:18:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-container.component.d.ts:18:14
Cannot find name 'itemTemplate'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-container.component.d.ts:18:26
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-container.component.d.ts:18:40
Type parameter name cannot be 'any'
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-container.component.d.ts:18:44
'(' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-match.class.d.ts:2:5
Duplicate identifier 'readonly'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-match.class.d.ts:2:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-match.class.d.ts:2:14
Cannot find name 'value'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-match.class.d.ts:2:19
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-match.class.d.ts:3:5
Duplicate identifier 'readonly'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-match.class.d.ts:3:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-match.class.d.ts:3:14
Cannot find name 'item'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead-match.class.d.ts:3:18
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead.directive.d.ts:71:14
'=' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead.directive.d.ts:71:14
Cannot find name 'matches'.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead.directive.d.ts:71:21
';' expected.
[default] C:/Aditya/Programming/generator-angular-fullstack@alpha/node_modules/ng2-bootstrap/typeahead/typeahead.directive.d.ts:71:26
'=' expected.
SocketIO / [127.0.0.1:53855] CONNECTED
- [ X] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
| Item | Version |
|---|---|
| generator-angular-fullstack | alpha |
| Node | v6.10.1 |
| npm | 4.5.0 |
| Operating System | OS X 10 / Windows 10 / Ubuntu 15.10 / etc |
| Windows 10 |
| Item | Answer |
|---|---|
| Transpiler | TypeScript |
| Markup | HTML |
| CSS | LESS |
| Router | ui-router |
| Client Tests | Jasmine |
| DB | SQL |
| Auth | Y / N |
| etc | etc |