Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial issues developing/testing locally #304

Closed
philsturgeon opened this issue Jul 17, 2017 · 12 comments
Closed

Initial issues developing/testing locally #304

philsturgeon opened this issue Jul 17, 2017 · 12 comments

Comments

@philsturgeon
Copy link
Contributor

I'm trying to work on #186 but im seeing a bunch of errors.

npm start

> redoc@1.16.0 start /Users/psturgeon/src/ReDoc
> webpack-dev-server --config build/webpack.dev.js --content-base demo

Project is running at http://localhost:9000/
webpack output is served from /
Content not from webpack is served from /Users/psturgeon/src/ReDoc/demo

[at-loader] Using typescript@2.4.1 from typescript and "tsconfig.json" from /Users/psturgeon/src/ReDoc/tsconfig.webpack.json (in a forked process).


[at-loader] Checking started in a separate process...

webpack: Compiled successfully.

[at-loader] Checking finished with 4 errors
[at-loader] ./lib/bootstrap.ts:2:36
    TS2307: Cannot find module '../compiled/lib/app.module.ngfactory'.

[at-loader] ./lib/services/search.service.ts:195:24
    TS2345: Argument of type 'Schema | Schema[]' is not assignable to parameter of type 'SwaggerSchema'.
  Type 'Schema[]' has no properties in common with type 'SwaggerSchema'.

[at-loader] ./lib/utils/swagger-typings.ts:11:8
    TS6137: Cannot import type declaration files. Consider importing 'swagger-schema-official' instead of '@types/swagger-schema-official'.

[at-loader] ./tests/helpers.ts:24:49
    TS2559: Type 'true' has no properties in common with type 'MouseEventInit'.

Dunno what's happening there.

Also there's no CONTRIBUTING.md, but npm test seemed like a strong bet. I ran that and the test suite got a fairly long way before failing:

SUMMARY:
✔ 114 tests completed
✖ 34 tests failed

FAILED TESTS:
  Redoc components
    ApiInfo Component
17 07 2017 11:44:33.858:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should init component data
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      Failed: Attempted to assign to readonly property.
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9524:0 <- tests/spec-bundle.js:9849:50
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:53
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10922:0 <- tests/spec-bundle.js:11247:42
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/async-test.js:49:0 <- tests/spec-bundle.js:69150:45
      onInvoke@webpack:///~/zone.js/dist/proxy.js:76:0 <- tests/spec-bundle.js:69919:47
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/ApiInfo/api-info.spec.ts:38:40 <- tests/spec-bundle.js:75951:56
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/async-test.js:49:0 <- tests/spec-bundle.js:69150:45
      onInvoke@webpack:///~/zone.js/dist/proxy.js:76:0 <- tests/spec-bundle.js:69919:47
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      runGuarded@webpack:///~/zone.js/dist/zone.js:154:0 <- tests/spec-bundle.js:70180:53
      runInTestZone@webpack:///~/@angular/core/@angular/core/testing.es5.js:106:0 <- tests/spec-bundle.js:15306:35
      webpack:///~/@angular/core/@angular/core/testing.es5.js:45:0 <- tests/spec-bundle.js:15245:26
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:102:0 <- tests/spec-bundle.js:69619:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

17 07 2017 11:44:33.861:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should render api name and version
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      Failed: Attempted to assign to readonly property.
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9524:0 <- tests/spec-bundle.js:9849:50
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:53
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10922:0 <- tests/spec-bundle.js:11247:42
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/async-test.js:49:0 <- tests/spec-bundle.js:69150:45
      onInvoke@webpack:///~/zone.js/dist/proxy.js:76:0 <- tests/spec-bundle.js:69919:47
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/ApiInfo/api-info.spec.ts:38:40 <- tests/spec-bundle.js:75951:56
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/async-test.js:49:0 <- tests/spec-bundle.js:69150:45
      onInvoke@webpack:///~/zone.js/dist/proxy.js:76:0 <- tests/spec-bundle.js:69919:47
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      runGuarded@webpack:///~/zone.js/dist/zone.js:154:0 <- tests/spec-bundle.js:70180:53
      runInTestZone@webpack:///~/@angular/core/@angular/core/testing.es5.js:106:0 <- tests/spec-bundle.js:15306:35
      webpack:///~/@angular/core/@angular/core/testing.es5.js:45:0 <- tests/spec-bundle.js:15245:26
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:102:0 <- tests/spec-bundle.js:69619:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

    JsonSchema Component
(node:15337) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: that.opts.log is not a function
(node:15337) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      ✖ should use < anything > notation for prop without type
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      addEventListener@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:3059:0 <- tests/spec-bundle.js:24259:33
      addEventListener@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:2397:0 <- tests/spec-bundle.js:23597:39
      listen@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:2918:0 <- tests/spec-bundle.js:24118:52
      listen@webpack:///~/@angular/core/@angular/core.es5.js:13744:0 <- tests/spec-bundle.js:14069:36
      listenToElementOutputs@webpack:///~/@angular/core/@angular/core.es5.js:9197:25 <- tests/spec-bundle.js:9522:72
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12150:0 <- tests/spec-bundle.js:12475:39
      createEmbeddedView@webpack:///~/@angular/core/@angular/core.es5.js:12061:0 <- tests/spec-bundle.js:12386:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateEmbeddedView@webpack:///~/@angular/core/@angular/core.es5.js:12802:0 <- tests/spec-bundle.js:13127:32
      createEmbeddedView@webpack:///~/@angular/core/@angular/core.es5.js:10257:0 <- tests/spec-bundle.js:10582:56
      createEmbeddedView@webpack:///~/@angular/core/@angular/core.es5.js:10040:25 <- tests/spec-bundle.js:10365:70
      webpack:///~/@angular/common/@angular/common.es5.js:1705:33 <- tests/spec-bundle.js:31332:84
      forEachOperation@webpack:///~/@angular/core/@angular/core.es5.js:6766:0 <- tests/spec-bundle.js:7091:19
      _applyChanges@webpack:///~/@angular/common/@angular/common.es5.js:1703:0 <- tests/spec-bundle.js:31330:33
      ngDoCheck@webpack:///~/@angular/common/@angular/common.es5.js:1693:0 <- tests/spec-bundle.js:31320:35
      checkAndUpdateDirectiveInline@webpack:///~/@angular/core/@angular/core.es5.js:10837:0 <- tests/spec-bundle.js:11162:28
      checkAndUpdateNodeInline@webpack:///~/@angular/core/@angular/core.es5.js:12330:0 <- tests/spec-bundle.js:12655:46
      checkAndUpdateNode@webpack:///~/@angular/core/@angular/core.es5.js:12269:0 <- tests/spec-bundle.js:12594:40
      debugCheckAndUpdateNode@webpack:///~/@angular/core/@angular/core.es5.js:13130:21 <- tests/spec-bundle.js:13455:64
      debugCheckDirectivesFn@webpack:///~/@angular/core/@angular/core.es5.js:13071:0 <- tests/spec-bundle.js:13396:36
      debugUpdateDirectives@webpack:///~/@angular/core/@angular/core.es5.js:13056:0 <- tests/spec-bundle.js:13381:37
      checkAndUpdateView@webpack:///~/@angular/core/@angular/core.es5.js:12236:0 <- tests/spec-bundle.js:12561:30
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12601:0 <- tests/spec-bundle.js:12926:39
      execEmbeddedViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12559:0 <- tests/spec-bundle.js:12884:31
      checkAndUpdateView@webpack:///~/@angular/core/@angular/core.es5.js:12237:0 <- tests/spec-bundle.js:12562:28
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12601:0 <- tests/spec-bundle.js:12926:39
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      checkAndUpdateView@webpack:///~/@angular/core/@angular/core.es5.js:12242:0 <- tests/spec-bundle.js:12567:29
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12601:0 <- tests/spec-bundle.js:12926:39
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      checkAndUpdateView@webpack:///~/@angular/core/@angular/core.es5.js:12242:0 <- tests/spec-bundle.js:12567:29
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCheckAndUpdateView@webpack:///~/@angular/core/@angular/core.es5.js:12996:0 <- tests/spec-bundle.js:13321:32
      detectChanges@webpack:///~/@angular/core/@angular/core.es5.js:10167:0 <- tests/spec-bundle.js:10492:36
      _tick@webpack:///~/@angular/core/@angular/core/testing.es5.js:178:0 <- tests/spec-bundle.js:15378:45
      webpack:///~/@angular/core/@angular/core/testing.es5.js:192:41 <- tests/spec-bundle.js:15392:54
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      detectChanges@webpack:///~/@angular/core/@angular/core/testing.es5.js:192:0 <- tests/spec-bundle.js:15392:28
      webpack:///lib/components/JsonSchema/json-schema.spec.ts:53:27 <- tests/spec-bundle.js:76245:34
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- tests/spec-bundle.js:69621:37
      execute@webpack:///~/zone.js/dist/jasmine-patch.js:132:0 <- tests/spec-bundle.js:69649:46
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      run@webpack:///~/core-js/modules/es6.promise.js:87:0 <- tests/spec-bundle.js:79857:29
      webpack:///~/core-js/modules/es6.promise.js:100:0 <- tests/spec-bundle.js:79870:31
      flush@webpack:///~/core-js/modules/_microtask.js:18:0 <- tests/spec-bundle.js:78340:11

    Operation Component
17 07 2017 11:44:33.869:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should init component
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9524:0 <- tests/spec-bundle.js:9849:50
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10917:0 <- tests/spec-bundle.js:11242:157
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/Operation/operation.spec.ts:35:44 <- tests/spec-bundle.js:76359:60
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- tests/spec-bundle.js:69621:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

17 07 2017 11:44:33.871:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should init basic component data
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9524:0 <- tests/spec-bundle.js:9849:50
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10917:0 <- tests/spec-bundle.js:11242:157
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/Operation/operation.spec.ts:35:44 <- tests/spec-bundle.js:76359:60
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- tests/spec-bundle.js:69621:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

17 07 2017 11:44:33.873:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should main tag
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9524:0 <- tests/spec-bundle.js:9849:50
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10917:0 <- tests/spec-bundle.js:11242:157
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/Operation/operation.spec.ts:35:44 <- tests/spec-bundle.js:76359:60
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- tests/spec-bundle.js:69621:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

    OperationsList Component
17 07 2017 11:44:33.876:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should init component and component data
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9524:0 <- tests/spec-bundle.js:9849:50
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10914:0 <- tests/spec-bundle.js:11239:101
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/OperationsList/operations-list.spec.ts:35:40 <- tests/spec-bundle.js:76422:56
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- tests/spec-bundle.js:69621:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

17 07 2017 11:44:33.878:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should build correct tags list
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9524:0 <- tests/spec-bundle.js:9849:50
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10914:0 <- tests/spec-bundle.js:11239:101
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/OperationsList/operations-list.spec.ts:35:40 <- tests/spec-bundle.js:76422:56
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- tests/spec-bundle.js:69621:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

    Redoc Component
17 07 2017 11:44:33.880:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should init component
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10922:0 <- tests/spec-bundle.js:11247:42
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/Redoc/redoc.spec.ts:39:44 <- tests/spec-bundle.js:76487:60
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- tests/spec-bundle.js:69621:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

17 07 2017 11:44:33.882:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should init components tree without errors
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10922:0 <- tests/spec-bundle.js:11247:42
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@anpm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! redoc@1.16.0 unit: `karma start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the redoc@1.16.0 unit script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

SUMMARY:
✔ 114 tests completed
✖ 34 tests failed

FAILED TESTS:
  Redoc components
    ApiInfo Component
17 07 2017 11:44:33.858:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should init component data
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      Failed: Attempted to assign to readonly property.
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9524:0 <- tests/spec-bundle.js:9849:50
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:53
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10922:0 <- tests/spec-bundle.js:11247:42
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/async-test.js:49:0 <- tests/spec-bundle.js:69150:45
      onInvoke@webpack:///~/zone.js/dist/proxy.js:76:0 <- tests/spec-bundle.js:69919:47
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/ApiInfo/api-info.spec.ts:38:40 <- tests/spec-bundle.js:75951:56
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/async-test.js:49:0 <- tests/spec-bundle.js:69150:45
      onInvoke@webpack:///~/zone.js/dist/proxy.js:76:0 <- tests/spec-bundle.js:69919:47
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      runGuarded@webpack:///~/zone.js/dist/zone.js:154:0 <- tests/spec-bundle.js:70180:53
      runInTestZone@webpack:///~/@angular/core/@angular/core/testing.es5.js:106:0 <- tests/spec-bundle.js:15306:35
      webpack:///~/@angular/core/@angular/core/testing.es5.js:45:0 <- tests/spec-bundle.js:15245:26
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:102:0 <- tests/spec-bundle.js:69619:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

17 07 2017 11:44:33.861:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should render api name and version
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      Failed: Attempted to assign to readonly property.
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9524:0 <- tests/spec-bundle.js:9849:50
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:53
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10922:0 <- tests/spec-bundle.js:11247:42
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/async-test.js:49:0 <- tests/spec-bundle.js:69150:45
      onInvoke@webpack:///~/zone.js/dist/proxy.js:76:0 <- tests/spec-bundle.js:69919:47
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/ApiInfo/api-info.spec.ts:38:40 <- tests/spec-bundle.js:75951:56
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/async-test.js:49:0 <- tests/spec-bundle.js:69150:45
      onInvoke@webpack:///~/zone.js/dist/proxy.js:76:0 <- tests/spec-bundle.js:69919:47
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      runGuarded@webpack:///~/zone.js/dist/zone.js:154:0 <- tests/spec-bundle.js:70180:53
      runInTestZone@webpack:///~/@angular/core/@angular/core/testing.es5.js:106:0 <- tests/spec-bundle.js:15306:35
      webpack:///~/@angular/core/@angular/core/testing.es5.js:45:0 <- tests/spec-bundle.js:15245:26
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:102:0 <- tests/spec-bundle.js:69619:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

    JsonSchema Component
(node:15337) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: that.opts.log is not a function
(node:15337) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      ✖ should use < anything > notation for prop without type
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      addEventListener@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:3059:0 <- tests/spec-bundle.js:24259:33
      addEventListener@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:2397:0 <- tests/spec-bundle.js:23597:39
      listen@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:2918:0 <- tests/spec-bundle.js:24118:52
      listen@webpack:///~/@angular/core/@angular/core.es5.js:13744:0 <- tests/spec-bundle.js:14069:36
      listenToElementOutputs@webpack:///~/@angular/core/@angular/core.es5.js:9197:25 <- tests/spec-bundle.js:9522:72
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12150:0 <- tests/spec-bundle.js:12475:39
      createEmbeddedView@webpack:///~/@angular/core/@angular/core.es5.js:12061:0 <- tests/spec-bundle.js:12386:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateEmbeddedView@webpack:///~/@angular/core/@angular/core.es5.js:12802:0 <- tests/spec-bundle.js:13127:32
      createEmbeddedView@webpack:///~/@angular/core/@angular/core.es5.js:10257:0 <- tests/spec-bundle.js:10582:56
      createEmbeddedView@webpack:///~/@angular/core/@angular/core.es5.js:10040:25 <- tests/spec-bundle.js:10365:70
      webpack:///~/@angular/common/@angular/common.es5.js:1705:33 <- tests/spec-bundle.js:31332:84
      forEachOperation@webpack:///~/@angular/core/@angular/core.es5.js:6766:0 <- tests/spec-bundle.js:7091:19
      _applyChanges@webpack:///~/@angular/common/@angular/common.es5.js:1703:0 <- tests/spec-bundle.js:31330:33
      ngDoCheck@webpack:///~/@angular/common/@angular/common.es5.js:1693:0 <- tests/spec-bundle.js:31320:35
      checkAndUpdateDirectiveInline@webpack:///~/@angular/core/@angular/core.es5.js:10837:0 <- tests/spec-bundle.js:11162:28
      checkAndUpdateNodeInline@webpack:///~/@angular/core/@angular/core.es5.js:12330:0 <- tests/spec-bundle.js:12655:46
      checkAndUpdateNode@webpack:///~/@angular/core/@angular/core.es5.js:12269:0 <- tests/spec-bundle.js:12594:40
      debugCheckAndUpdateNode@webpack:///~/@angular/core/@angular/core.es5.js:13130:21 <- tests/spec-bundle.js:13455:64
      debugCheckDirectivesFn@webpack:///~/@angular/core/@angular/core.es5.js:13071:0 <- tests/spec-bundle.js:13396:36
      debugUpdateDirectives@webpack:///~/@angular/core/@angular/core.es5.js:13056:0 <- tests/spec-bundle.js:13381:37
      checkAndUpdateView@webpack:///~/@angular/core/@angular/core.es5.js:12236:0 <- tests/spec-bundle.js:12561:30
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12601:0 <- tests/spec-bundle.js:12926:39
      execEmbeddedViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12559:0 <- tests/spec-bundle.js:12884:31
      checkAndUpdateView@webpack:///~/@angular/core/@angular/core.es5.js:12237:0 <- tests/spec-bundle.js:12562:28
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12601:0 <- tests/spec-bundle.js:12926:39
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      checkAndUpdateView@webpack:///~/@angular/core/@angular/core.es5.js:12242:0 <- tests/spec-bundle.js:12567:29
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12601:0 <- tests/spec-bundle.js:12926:39
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      checkAndUpdateView@webpack:///~/@angular/core/@angular/core.es5.js:12242:0 <- tests/spec-bundle.js:12567:29
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCheckAndUpdateView@webpack:///~/@angular/core/@angular/core.es5.js:12996:0 <- tests/spec-bundle.js:13321:32
      detectChanges@webpack:///~/@angular/core/@angular/core.es5.js:10167:0 <- tests/spec-bundle.js:10492:36
      _tick@webpack:///~/@angular/core/@angular/core/testing.es5.js:178:0 <- tests/spec-bundle.js:15378:45
      webpack:///~/@angular/core/@angular/core/testing.es5.js:192:41 <- tests/spec-bundle.js:15392:54
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      detectChanges@webpack:///~/@angular/core/@angular/core/testing.es5.js:192:0 <- tests/spec-bundle.js:15392:28
      webpack:///lib/components/JsonSchema/json-schema.spec.ts:53:27 <- tests/spec-bundle.js:76245:34
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- tests/spec-bundle.js:69621:37
      execute@webpack:///~/zone.js/dist/jasmine-patch.js:132:0 <- tests/spec-bundle.js:69649:46
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      run@webpack:///~/core-js/modules/es6.promise.js:87:0 <- tests/spec-bundle.js:79857:29
      webpack:///~/core-js/modules/es6.promise.js:100:0 <- tests/spec-bundle.js:79870:31
      flush@webpack:///~/core-js/modules/_microtask.js:18:0 <- tests/spec-bundle.js:78340:11

    Operation Component
17 07 2017 11:44:33.869:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should init component
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9524:0 <- tests/spec-bundle.js:9849:50
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10917:0 <- tests/spec-bundle.js:11242:157
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/Operation/operation.spec.ts:35:44 <- tests/spec-bundle.js:76359:60
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- tests/spec-bundle.js:69621:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

17 07 2017 11:44:33.871:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should init basic component data
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9524:0 <- tests/spec-bundle.js:9849:50
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10917:0 <- tests/spec-bundle.js:11242:157
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/Operation/operation.spec.ts:35:44 <- tests/spec-bundle.js:76359:60
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- tests/spec-bundle.js:69621:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

17 07 2017 11:44:33.873:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should main tag
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9524:0 <- tests/spec-bundle.js:9849:50
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10917:0 <- tests/spec-bundle.js:11242:157
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/Operation/operation.spec.ts:35:44 <- tests/spec-bundle.js:76359:60
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- tests/spec-bundle.js:69621:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

    OperationsList Component
17 07 2017 11:44:33.876:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should init component and component data
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9524:0 <- tests/spec-bundle.js:9849:50
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10914:0 <- tests/spec-bundle.js:11239:101
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/OperationsList/operations-list.spec.ts:35:40 <- tests/spec-bundle.js:76422:56
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- tests/spec-bundle.js:69621:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

17 07 2017 11:44:33.878:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should build correct tags list
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9524:0 <- tests/spec-bundle.js:9849:50
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10914:0 <- tests/spec-bundle.js:11239:101
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/OperationsList/operations-list.spec.ts:35:40 <- tests/spec-bundle.js:76422:56
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- tests/spec-bundle.js:69621:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

    Redoc Component
17 07 2017 11:44:33.880:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should init component
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10922:0 <- tests/spec-bundle.js:11247:42
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@angular/core/@angular/core.es5.js:12624:0 <- tests/spec-bundle.js:12949:28
      execComponentViewsAction@webpack:///~/@angular/core/@angular/core.es5.js:12533:0 <- tests/spec-bundle.js:12858:27
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12205:0 <- tests/spec-bundle.js:12530:29
      createRootView@webpack:///~/@angular/core/@angular/core.es5.js:12073:0 <- tests/spec-bundle.js:12398:20
      callWithDebugContext@webpack:///~/@angular/core/@angular/core.es5.js:13456:25 <- tests/spec-bundle.js:13781:47
      debugCreateRootView@webpack:///~/@angular/core/@angular/core.es5.js:12773:0 <- tests/spec-bundle.js:13098:32
      create@webpack:///~/@angular/core/@angular/core.es5.js:9856:25 <- tests/spec-bundle.js:10181:60
      initComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:885:0 <- tests/spec-bundle.js:16085:55
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      onInvoke@webpack:///~/@angular/core/@angular/core.es5.js:3890:0 <- tests/spec-bundle.js:4215:39
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      run@webpack:///~/@angular/core/@angular/core.es5.js:3821:42 <- tests/spec-bundle.js:4146:72
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:888:0 <- tests/spec-bundle.js:16088:61
      createComponent@webpack:///~/@angular/core/@angular/core/testing.es5.js:652:0 <- tests/spec-bundle.js:15852:44
      webpack:///lib/components/Redoc/redoc.spec.ts:39:44 <- tests/spec-bundle.js:76487:60
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- tests/spec-bundle.js:69621:37
      invoke@webpack:///~/zone.js/dist/zone.js:391:0 <- tests/spec-bundle.js:70417:31
      onInvoke@webpack:///~/zone.js/dist/proxy.js:79:0 <- tests/spec-bundle.js:69922:45
      invoke@webpack:///~/zone.js/dist/zone.js:390:0 <- tests/spec-bundle.js:70416:40
      run@webpack:///~/zone.js/dist/zone.js:141:0 <- tests/spec-bundle.js:70167:49
      webpack:///~/zone.js/dist/zone.js:832:0 <- tests/spec-bundle.js:70858:60
      invokeTask@webpack:///~/zone.js/dist/zone.js:424:0 <- tests/spec-bundle.js:70450:36
      onInvokeTask@webpack:///~/zone.js/dist/proxy.js:103:0 <- tests/spec-bundle.js:69946:49
      invokeTask@webpack:///~/zone.js/dist/zone.js:423:0 <- tests/spec-bundle.js:70449:48
      runTask@webpack:///~/zone.js/dist/zone.js:191:0 <- tests/spec-bundle.js:70217:57
      drainMicroTaskQueue@webpack:///~/zone.js/dist/zone.js:596:0 <- tests/spec-bundle.js:70622:42
      invokeTask@webpack:///~/zone.js/dist/zone.js:503:0 <- tests/spec-bundle.js:70529:40
      invoke@webpack:///~/zone.js/dist/zone.js:488:0 <- tests/spec-bundle.js:70514:53
      timer@webpack:///~/zone.js/dist/zone.js:1734:0 <- tests/spec-bundle.js:71760:34

17 07 2017 11:44:33.882:WARN [reporter]: SourceMap position not found for trace: undefined
      ✖ should init components tree without errors
        PhantomJS 2.1.1 (Mac OS X 0.0.0)
      TypeError: Attempted to assign to readonly property. in tests/spec-bundle.js (line 69777)
      onScheduleTask@webpack:///~/zone.js/dist/long-stack-trace-zone.js:115:0 <- tests/spec-bundle.js:69777:22
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      onScheduleTask@webpack:///~/zone.js/dist/zone.js:300:0 <- tests/spec-bundle.js:70326:41
      scheduleTask@webpack:///~/zone.js/dist/zone.js:404:0 <- tests/spec-bundle.js:70430:65
      scheduleTask@webpack:///~/zone.js/dist/zone.js:235:0 <- tests/spec-bundle.js:70261:55
      scheduleEventTask@webpack:///~/zone.js/dist/zone.js:261:0 <- tests/spec-bundle.js:70287:37
      webpack:///~/zone.js/dist/zone.js:1561:0 <- tests/spec-bundle.js:71587:46
      onHashChange@webpack:///~/@angular/platform-browser/@angular/platform-browser.es5.js:1872:0 <- tests/spec-bundle.js:23072:76
      bind@tests/spec-bundle.js:28164:30033
      Hash@webpack:///lib/services/hash.service.ts:1:14877 <- tests/spec-bundle.js:28164:14865
      _createClass@webpack:///~/@angular/core/@angular/core.es5.js:9512:0 <- tests/spec-bundle.js:9837:34
      _createProviderInstance$1@webpack:///~/@angular/core/@angular/core.es5.js:9484:0 <- tests/spec-bundle.js:9809:38
      resolveNgModuleDep@webpack:///~/@angular/core/@angular/core.es5.js:9469:0 <- tests/spec-bundle.js:9794:42
      get@webpack:///~/@angular/core/@angular/core.es5.js:10555:0 <- tests/spec-bundle.js:10880:34
      resolveDep@webpack:///~/@angular/core/@angular/core.es5.js:11058:0 <- tests/spec-bundle.js:11383:48
      createClass@webpack:///~/@angular/core/@angular/core.es5.js:10922:0 <- tests/spec-bundle.js:11247:42
      createDirectiveInstance@webpack:///~/@angular/core/@angular/core.es5.js:10742:21 <- tests/spec-bundle.js:11067:48
      createViewNodes@webpack:///~/@angular/core/@angular/core.es5.js:12178:33 <- tests/spec-bundle.js:12503:72
      callViewAction@webpack:///~/@anpm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! redoc@1.16.0 unit: `karma start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the redoc@1.16.0 unit script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

I'd like to help work on functionality, but need to be able to get started first. :)

@RomanHotsiy
Copy link
Member

I will try to check these issues asap

@wilsonge
Copy link
Contributor

@philsturgeon can you try seeing what happens with #305 applied please?

@philsturgeon
Copy link
Contributor Author

@wilsonge unfortunately merging that branch into master creates the following error when I run build:prod

Error at /Users/psturgeon/src/ReDoc/lib/services/search.service.ts:195:24: Argument of type 'Schema | Schema[]' is not assignable to parameter of type 'SwaggerSchema'.
  Type 'Schema[]' has no properties in common with type 'SwaggerSchema'.
Error at /Users/psturgeon/src/ReDoc/tests/helpers.ts:24:49: Type 'true' has no properties in common with type 'MouseEventInit'.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! redoc@1.16.1 ngc: `ngc -p tsconfig.webpack.json`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the redoc@1.16.1 ngc script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/psturgeon/.npm/_logs/2017-07-18T20_52_37_829Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! redoc@1.16.1 build:prod: `npm run clean:aot && npm run build:sass && npm run ngc && npm run webpack:prod`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the redoc@1.16.1 build:prod script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/psturgeon/.npm/_logs/2017-07-18T20_52_37_852Z-debug.log

@wilsonge
Copy link
Contributor

@philsturgeon I don't think you reinstalled the node modules? That error should be fixed by the TypeScript downgrade

@wilsonge
Copy link
Contributor

Update on that - just realised I haven't fixed the yarn file up in that PR. I'll do that a bit later. Try and rebuild on the package.json file as a temporary measure and see if that fixes things :)

@philsturgeon
Copy link
Contributor Author

philsturgeon commented Jul 18, 2017 via email

@RomanHotsiy
Copy link
Member

RomanHotsiy commented Jul 20, 2017

@philsturgeon check out now (with the latest commit)
Should work fine now :)

Feel free to reopen if it doesn't work

@philsturgeon
Copy link
Contributor Author

That got some of the way, but running the server I get this error in the browser.

core.es5.js:1020 ERROR TypeError: Cannot create property '__creationTrace__' on string '__zone_symbol__optimizedZoneEventTask'
    at Object.onScheduleTask (long-stack-trace-zone.js:115)
    at ZoneDelegate.scheduleTask (zone.js:404)
    at Object.onScheduleTask (zone.js:300)
    at ZoneDelegate.scheduleTask (zone.js:404)
    at Zone.scheduleTask (zone.js:235)
    at Zone.scheduleEventTask (zone.js:261)
    at zone.js:1561
    at BrowserPlatformLocation.onHashChange (platform-browser.es5.js:1872)
    at Hash.Array.concat.Hash.bind (hash.service.ts:29)
    at new Hash (hash.service.ts:15)
    at _createClass (core.es5.js:9512)
    at _createProviderInstance$1 (core.es5.js:9484)
    at resolveNgModuleDep (core.es5.js:9469)
    at NgModuleRef_.get (core.es5.js:10555)
    at resolveDep (core.es5.js:11058)
    at createClass (core.es5.js:10922)
    at createDirectiveInstance (core.es5.js:10742)
    at createViewNodes (core.es5.js:12178)
    at createRootView (core.es5.js:12073)
    at callWithDebugContext (core.es5.js:13456)
    at Object.debugCreateRootView [as createRootView] (core.es5.js:12773)
    at ComponentFactory_.create (core.es5.js:9856)
    at ComponentFactoryBoundToModule.create (core.es5.js:3333)
    at ApplicationRef_.bootstrap (core.es5.js:4762)
    at core.es5.js:4545
    at Array.forEach (<anonymous>)
    at PlatformRef_._moduleDoBootstrap (core.es5.js:4545)
    at core.es5.js:4507
    at ZoneDelegate.invoke (zone.js:391)
    at Object.onInvoke (core.es5.js:3890)
    at ZoneDelegate.invoke (zone.js:390)
    at Zone.run (zone.js:141)
    at zone.js:832
    at ZoneDelegate.invokeTask (zone.js:424)
    at Object.onInvokeTask (core.es5.js:3881)
    at ZoneDelegate.invokeTask (zone.js:423)
    at Zone.runTask (zone.js:191)
    at drainMicroTaskQueue (zone.js:596)
    at <anonymous>
    at ____________________Elapsed_7_ms__At__Thu_Jul_20_2017_23_10_36_GMT_0400__EDT_ ()
    at Object.onScheduleTask (long-stack-trace-zone.js:109)
    at ZoneDelegate.scheduleTask (zone.js:404)
    at Object.onScheduleTask (zone.js:300)
    at ZoneDelegate.scheduleTask (zone.js:404)
    at Zone.scheduleTask (zone.js:235)
    at Zone.scheduleMicroTask (zone.js:255)
    at scheduleResolveOrReject (zone.js:830)
    at ZoneAwarePromise.then (zone.js:919)
    at core.es5.js:4506
    at _callAndReportToErrorHandler (core.es5.js:4405)
    at core.es5.js:4503
    at ZoneDelegate.invoke (zone.js:391)
    at Object.onInvoke (core.es5.js:3890)
    at ZoneDelegate.invoke (zone.js:390)
    at Zone.run (zone.js:141)
    at NgZone.run (core.es5.js:3821)
    at PlatformRef_._bootstrapModuleFactoryWithZone (core.es5.js:4494)
    at core.es5.js:4536
    at ZoneDelegate.invoke (zone.js:391)
    at Zone.run (zone.js:141)
    at zone.js:832
    at ZoneDelegate.invokeTask (zone.js:424)
    at Zone.runTask (zone.js:191)
    at drainMicroTaskQueue (zone.js:596)
    at <anonymous>

@wilsonge
Copy link
Contributor

I'm sure you're not getting latest dependencies for some odd reason. That should be resolved by the upgrade of zone.js (at least it was for me)

@RomanHotsiy
Copy link
Member

Thanks, @wilsonge!
@philsturgeon I think that @wilsonge is right. Try rm -rf node_modules and then yarn.

Let me know if you managed to fix this.

@philsturgeon
Copy link
Contributor Author

A wild package-lock.json appeared. I didn't know that was a thing. I nuked it and the yarn lock and the modules folder and set it to 0.8.14 - we good again.

Time to learn some typescript.

@RomanHotsiy
Copy link
Member

@philsturgeon awesome!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants