Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on ng test #14

Closed
chicojunior opened this issue Dec 17, 2019 · 0 comments
Closed

Error on ng test #14

chicojunior opened this issue Dec 17, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@chicojunior
Copy link

I'm having this error: Cannot read property 'pipe' of undefined when I run the command ng test. I'm using Angular 8.

Follows the full error:
TypeError: Cannot read property 'pipe' of undefined

error properties: Object({ ngDebugContext: DebugContext_({ view: Object({ def: Object({ factory: Function, nodeFlags: 33669121, rootNodeFlags: 1, nodeMatchedQueries: 0, flags: 0, nodes: [ Object({ nodeIndex: 0, parent: null, renderParent: null, bindingIndex: 0, outputIndex: 0, checkIndex: 0, flags: 1, childFlags: 33669121, directChildFlags: 33554433, childMatchedQueries: 0, matchedQueries: Object({ }), matchedQueryIds: 0, references: Object({ }), ngContentIndex: null, childCount: 2, bindings: [ ], bindingFlags: 0, outputs: [ ], element: Object({ ns: '', name: 'section', attrs: [ ], template: null, componentProvider: null, componentView: null, componentRendererType: null, publicProviders: null({ }), allProviders: null({ }), handleEvent: Function }), provider: null, text: null, query: null, ngContent: null }), Object({ nodeIndex: 1, parent: Object({ nodeIndex: 0, parent: null, renderParent: null, bindingIndex: 0, outputIndex: 0, checkIndex: 0, flags: 1, childFlags: 33669121, directChildFlags: 3 ...
at
at Ng7MatBreadcrumbComponent.breadCrumbData (http://localhost:9876/karma_webpack/node_modules/ng7-mat-breadcrumb/fesm2015/ng7-mat-breadcrumb.js:90:1)
at new Ng7MatBreadcrumbComponent (http://localhost:9876/karma_webpack/node_modules/ng7-mat-breadcrumb/fesm2015/ng7-mat-breadcrumb.js:51:1)
at createClass (http://localhost:9876/karma_webpack/node_modules/@angular/core/fesm2015/core.js:31991:1)
at createDirectiveInstance (http://localhost:9876/karma_webpack/node_modules/@angular/core/fesm2015/core.js:31807:1)
at createViewNodes (http://localhost:9876/karma_webpack/node_modules/@angular/core/fesm2015/core.js:44210:1)
at callViewAction (http://localhost:9876/karma_webpack/node_modules/@angular/core/fesm2015/core.js:44660:1)
at execComponentViewsAction (http://localhost:9876/karma_webpack/node_modules/@angular/core/fesm2015/core.js:44565:1)
at createViewNodes (http://localhost:9876/karma_webpack/node_modules/@angular/core/fesm2015/core.js:44239:1)
at createRootView (http://localhost:9876/karma_webpack/node_modules/@angular/core/fesm2015/core.js:44082:1)
at callWithDebugContext (http://localhost:9876/karma_webpack/node_modules/@angular/core/fesm2015/core.js:45632:1)

@rajaramtt rajaramtt added the bug Something isn't working label Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants