Advertisement
Guest User

Untitled

a guest
Feb 8th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. Uncaught Error: Template parse errors:
  2. Can't bind to 'mat-menu-trigger-for' since it isn't a known property of 'button'. ("n><mat-icon>mood</mat-icon></span> <span>Yay, Material in Angular 2!</span> <button mat-icon-button [ERROR ->][mat-menu-trigger-for]="menu"> <mat-icon>more_vert</mat-icon> </button> </mat-toolbar> <mat-menu x-po"): ng:///CandidatModule/CandidatComponent.html@0:207
  3. There is no directive with "exportAs" set to "matMenu" ("-for]="menu"> <mat-icon>more_vert</mat-icon> </button> </mat-toolbar> <mat-menu x-position="before" [ERROR ->]#menu="matMenu"> <button mat-menu-item>Option 1</button> <button mat-menu-item>Option 2</button> </ma"): ng:///CandidatModule/CandidatComponent.html@0:324
  4. at syntaxError (webpack-internal:///./node_modules/@angular/compiler/esm5/compiler.js:706)
  5. at TemplateParser.parse (webpack-internal:///./node_modules/@angular/compiler/esm5/compiler.js:24882)
  6. at JitCompiler._parseTemplate (webpack-internal:///./node_modules/@angular/compiler/esm5/compiler.js:34822)
  7. at JitCompiler._compileTemplate (webpack-internal:///./node_modules/@angular/compiler/esm5/compiler.js:34797)
  8. at eval (webpack-internal:///./node_modules/@angular/compiler/esm5/compiler.js:34698)
  9. at Set.forEach (<anonymous>)
  10. at JitCompiler._compileComponents (webpack-internal:///./node_modules/@angular/compiler/esm5/compiler.js:34698)
  11. at eval (webpack-internal:///./node_modules/@angular/compiler/esm5/compiler.js:34568)
  12. at Object.then (webpack-internal:///./node_modules/@angular/compiler/esm5/compiler.js:695)
  13. at JitCompiler._compileModuleAndComponents (webpack-internal:///./node_modules/@angular/compiler/esm5/compiler.js:34567)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement