Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Failed to compile.
  2. C:/Examples/my-app/src/app/lake.service.ts (4,10): Module '"C:/Examples/my-app/src/app/lake-info"' has no exported member 'LAKES'.
  3.  
  4. import { Lake } from './lake';
  5.  
  6. export const LAKES: Lake[] = [
  7. { name: 'Manitoba'},
  8. { name: 'Khanka'}
  9. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement