Cannot read property 'get' of undefined
- Dominant language
- TypeScript
- Stars
- 8.1k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
```
Node: 10.16.0
OS: win32 x64
```
```
"dependencies": {
"@angular/animations": "^7.2.11",
"@angular/cdk": "^7.3.6",
"@angular/common": "^7.2.11",
"@angular/compiler": "^7.2.11",
"@angular/core": "^7.2.11",
"@angular/forms": "^7.2.11",
"@angular/http": "^7.2.11",
"@angular/platform-browser": "^7.2.11",
"@angular/platform-browser-dynamic": "^7.2.11",
"@angular/router": "^7.2.11",
"@nebular/bootstrap": "3.4.2",
"@nebular/security": "3.4.2",
"@nebular/theme": "3.4.2",
```
`npm run build -- --prod --aot ` run with no error and create dist folder but when i deploy it on server not worked and in console show:
> ERROR TypeError: Cannot read property 'get' of undefined

is this a bug , or i did something wrong?
Contributor guide
Assessment
This issue has not been assessed yet.