Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. Unhandled Promise rejection: Template parse errors:
  2. Can't bind to 'ciastko' since it isn't a known property of 'my-ciastko-detail'.
  3. 1. If 'my-ciastko-detail' is an Angular component and it has 'ciastko' input, then verify that it is part of this module.
  4. 2. If 'my-ciastko-detail' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schemas' of this component to suppress this message.
  5. ("
  6. </li>
  7. </ul>
  8. <my-ciastko-detail [ERROR ->][ciastko]="selectedCiastko"></my-ciastko-detail>
  9. <div *ngIf="selectedCiastko">
  10. <h2>
  11. "): CiastkaComponent@8:19
  12. 'buttomn' is not a known element:
  13. 1. If 'buttomn' is an Angular component, then verify that it is part of this module.
  14. 2. If 'buttomn' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schemas' of this component to suppress this message. ("
  15. </h2>
  16.  
  17. [ERROR ->]<buttomn (click)="gotoDetail()"> View details</buttomn>
  18. </div>
  19. "): CiastkaComponent@14:2 ; Zone: <root> ; Task: Promise.then ; Value: SyntaxError {__zone_symbol__error: Error: Template parse errors:
  20. Can't bind to 'ciastko' since it isn't a known property of 'my-ciastko…, _nativeError: ZoneAwareError, __zone_symbol__stack: "Error: Template parse errors:↵Can't bind to 'ciast…st:3000/node_modules/zone.js/dist/zone.js:349:25)", __zone_symbol__message: "Template parse errors:↵Can't bind to 'ciastko' sin…etails</buttomn>↵</div>↵"): CiastkaComponent@14:2"} Error: Template parse errors:
  21. Can't bind to 'ciastko' since it isn't a known property of 'my-ciastko-detail'.
  22. 1. If 'my-ciastko-detail' is an Angular component and it has 'ciastko' input, then verify that it is part of this module.
  23. 2. If 'my-ciastko-detail' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schemas' of this component to suppress this message.
  24. ("
  25. </li>
  26. </ul>
  27. <my-ciastko-detail [ERROR ->][ciastko]="selectedCiastko"></my-ciastko-detail>
  28. <div *ngIf="selectedCiastko">
  29. <h2>
  30. "): CiastkaComponent@8:19
  31. 'buttomn' is not a known element:
  32. 1. If 'buttomn' is an Angular component, then verify that it is part of this module.
  33. 2. If 'buttomn' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schemas' of this component to suppress this message. ("
  34. </h2>
  35.  
  36. [ERROR ->]<buttomn (click)="gotoDetail()"> View details</buttomn>
  37. </div>
  38. "): CiastkaComponent@14:2
  39. at SyntaxError.ZoneAwareError (http://localhost:3000/node_modules/zone.js/dist/zone.js:811:33)
  40. at SyntaxError.BaseError [as constructor] (http://localhost:3000/node_modules/@angular/compiler/bundles/compiler.umd.js:1591:20)
  41. at new SyntaxError (http://localhost:3000/node_modules/@angular/compiler/bundles/compiler.umd.js:1794:20)
  42. at TemplateParser.parse (http://localhost:3000/node_modules/@angular/compiler/bundles/compiler.umd.js:11208:23)
  43. at JitCompiler._compileTemplate (http://localhost:3000/node_modules/@angular/compiler/bundles/compiler.umd.js:27342:72)
  44. at eval (http://localhost:3000/node_modules/@angular/compiler/bundles/compiler.umd.js:27225:66)
  45. at Set.forEach (native)
  46. at JitCompiler._compileComponents (http://localhost:3000/node_modules/@angular/compiler/bundles/compiler.umd.js:27225:23)
  47. at createResult (http://localhost:3000/node_modules/@angular/compiler/bundles/compiler.umd.js:27107:23)
  48. at ZoneDelegate.invoke (http://localhost:3000/node_modules/zone.js/dist/zone.js:242:26)
  49. at Zone.run (http://localhost:3000/node_modules/zone.js/dist/zone.js:113:43)
  50. at http://localhost:3000/node_modules/zone.js/dist/zone.js:535:57
  51. at ZoneDelegate.invokeTask (http://localhost:3000/node_modules/zone.js/dist/zone.js:275:35)
  52. at Zone.runTask (http://localhost:3000/node_modules/zone.js/dist/zone.js:151:47)
  53. at drainMicroTaskQueue (http://localhost:3000/node_modules/zone.js/dist/zone.js:433:35)
  54. at XMLHttpRequest.ZoneTask.invoke (http://localhost:3000/node_modules/zone.js/dist/zone.js:349:25)
  55. consoleError @ zone.js:420
  56. _loop_1 @ zone.js:449
  57. drainMicroTaskQueue @ zone.js:453
  58. ZoneTask.invoke @ zone.js:349
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement