Advertisement
Guest User

Module1Feature output with aot when using routing

a guest
Aug 19th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. (window.webpackJsonp = window.webpackJsonp || []).push([
  2. [6],
  3. {
  4. '6WRy': function(n, e, l) {
  5. 'use strict';
  6. l.r(e);
  7. var u = l('8Y7J'),
  8. r = l('hzZp'),
  9. t = l('B7fz');
  10. let o = (() => {
  11. class n {
  12. constructor() {
  13. this.number = 5;
  14. }
  15. }
  16. return (
  17. (n.ngInjectableDef = u.Gb({
  18. factory: function() {
  19. return new n();
  20. },
  21. token: n,
  22. providedIn: 'root',
  23. })),
  24. n
  25. );
  26. })();
  27. var a = u.lb({ encapsulation: 0, styles: [['']], data: {} });
  28. function c(n) {
  29. return u.Cb(
  30. 0,
  31. [
  32. (n()(), u.nb(0, 0, null, null, 1, 'p', [], null, null, null, null, null)),
  33. (n()(), u.Ab(1, null, ['', ''])),
  34. ],
  35. null,
  36. function(n, e) {
  37. n(e, 1, 0, e.component.service.number);
  38. }
  39. );
  40. }
  41. function b(n) {
  42. return u.Cb(
  43. 0,
  44. [
  45. (n()(), u.nb(0, 0, null, null, 1, 'app-feature1-form', [], null, null, null, c, a)),
  46. u.mb(1, 49152, null, 0, t.a, [o], null, null),
  47. ],
  48. null,
  49. null
  50. );
  51. }
  52. var p = u.jb('app-feature1-form', t.a, b, {}, {}, []),
  53. s = l('SVse'),
  54. f = l('RWRI'),
  55. i = l('e6te');
  56. l.d(e, 'Feature1ModuleNgFactory', function() {
  57. return w;
  58. });
  59. var w = u.kb(r.Feature1Module, [], function(n) {
  60. return u.vb([
  61. u.wb(512, u.j, u.V, [[8, [p]], [3, u.j], u.v]),
  62. u.wb(4608, s.l, s.k, [u.s, [2, s.r]]),
  63. u.wb(1073742336, s.c, s.c, []),
  64. u.wb(1073742336, f.a, f.a, []),
  65. u.wb(1073742336, r.Feature1Module, r.Feature1Module, []),
  66. u.wb(
  67. 256,
  68. i.a,
  69. { forms: [{ category: 'Category 1', component: t.a, name: 'Feature1FormComponent' }] },
  70. []
  71. ),
  72. ]);
  73. });
  74. },
  75. },
  76. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement