Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. .ion-content {
  2.  
  3. background-color: #000000;
  4.  
  5. }
  6.  
  7. import { Component } from '@angular/core';
  8. import { NavController, ViewController } from 'ionic-angular';
  9. import { HomeService } from './home.service';
  10. import { MenuPage } from '../menu/menu';
  11.  
  12.  
  13. @Component({
  14. selector: 'page-home',
  15. templateUrl: 'home.html',
  16. styleUrls: ['home.css'],
  17. providers: [
  18. HomeService
  19. ]
  20. })
  21.  
  22. polyfills.js:3GET http://localhost:8100/home.css 404 (Not Found)
  23. e @ polyfills.js:3
  24. t.scheduleTask @ polyfills.js:3
  25. e.scheduleMacroTask @ polyfills.js:3
  26. (anonymous) @ polyfills.js:3
  27. send @ VM6726:3
  28. ResourceLoaderImpl.get @ resource_loader_impl.js:44
  29. DirectiveNormalizer._fetch @ directive_normalizer.js:40
  30. (anonymous) @ directive_normalizer.js:130
  31. DirectiveNormalizer._loadMissingExternalStylesheets @ directive_normalizer.js:130
  32. DirectiveNormalizer.normalizeExternalStylesheets @ directive_normalizer.js:112
  33. (anonymous) @ directive_normalizer.js:65
  34. t.invoke @ polyfills.js:3
  35. e.run @ polyfills.js:3
  36. (anonymous) @ polyfills.js:3
  37. t.invokeTask @ polyfills.js:3
  38. e.runTask @ polyfills.js:3
  39. i @ polyfills.js:3
  40. polyfills.js:3 Unhandled Promise rejection: Failed to load home.css ; Zone: <root> ; Task: Promise.then ; Value: Failed to load home.css undefined
  41. o @ polyfills.js:3
  42. r @ polyfills.js:3
  43. i @ polyfills.js:3
  44. invoke @ polyfills.js:3
  45. polyfills.js:3 Error: Uncaught (in promise): Failed to load home.css
  46. at s (polyfills.js:3)
  47. at s (polyfills.js:3)
  48. at polyfills.js:3
  49. at t.invokeTask (polyfills.js:3)
  50. at e.runTask (polyfills.js:3)
  51. at i (polyfills.js:3)
  52. at XMLHttpRequest.invoke (polyfills.js:3)
  53. o @ polyfills.js:3
  54. r @ polyfills.js:3
  55. i @ polyfills.js:3
  56. invoke @ polyfills.js:3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement