Guest User

Untitled

a guest
Apr 26th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. mike@mike-thinks:~/Documents/Coursera/Angular/conFusion3$ ng serve --open
  2. ** NG Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
  3. 10% building modules 7/12 modules 5 active .../webpack/hot nonrecursive /^./log$/webpack: wait until bundle finished: /
  4. Date: 2018-04-26T16:46:42.755Z
  5. Hash: a56ffd9f64acb51cc7ff
  6. Time: 6370ms
  7. chunk {inline} inline.bundle.js (inline) 3.85 kB [entry] [rendered]
  8. chunk {main} main.bundle.js (main) 2.91 kB [initial] [rendered]
  9. chunk {polyfills} polyfills.bundle.js (polyfills) 577 bytes [initial] [rendered]
  10. chunk {styles} styles.bundle.js (styles) 42.2 kB [initial] [rendered]
  11. chunk {vendor} vendor.bundle.js (vendor) 852 kB [initial] [rendered]
  12.  
  13. ERROR in src/app/app.module.ts(5,10): error TS2305: Module '"/home/mike/Documents/Coursera/Angular/conFusion3/node_modules/@angular/material/material"' has no exported member 'MaterialModule'.
  14.  
  15. import { Component } from '@angular/core';
  16.  
  17. @Component({
  18.  
  19. selector: 'app-root',
  20.  
  21. templateUrl: './app.component.html',
  22.  
  23. styleUrls: ['./app.component.scss']
  24.  
  25. })
  26.  
  27. export class AppComponent {
  28.  
  29. title = 'app';
  30.  
  31. }
Add Comment
Please, Sign In to add comment