question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

not compatible with angular 5 after version beta 4

See original GitHub issue

Not compatible after version 5.beta-5

https://github.com/angular/angular/blob/master/CHANGELOG.md#500-beta5-2017-08-29

common: remove deprecated NgTemplateOutlet#ngOutletContext

common: NgTemplateOutlet#ngOutletContext has been removed as it was deprecated since v4. Use NgTemplateOutlet#ngTemplateOutletContext instead.

error message

   To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("
      <ng-container
        [ngTemplateOutlet]="templates.treeNodeFullTemplate"
        [ERROR ->][ngOutletContext]="{ $implicit: node, node: node, index: index, templates: templates }">
      </ng-c"): ng:///TreeModule/TreeNodeComponent.html@22:8

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:6
  • Comments:21 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
adamkleingitcommented, Nov 5, 2017

Merged and will be published soon

Adam Klein Chief Technology Officer

Tel. +972-52-7475633 <+972527475633> Web 500tech.com http://www.500tech.com/ | github.com/500tech | @adamklein500 http://twitter.com/adamklein500

On Sat, Nov 4, 2017 at 7:27 PM, Dmitry Zakharov notifications@github.com wrote:

ng-container and ngOutletContext is deprecated and/or removed in Angular 5 (for details check angular 5 changelog).

angular-tree-component should be angular 5 compliant for using it with angular 5.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/500tech/angular-tree-component/issues/454#issuecomment-341914954, or mute the thread https://github.com/notifications/unsubscribe-auth/AA2SSiBnDvpLK4D2y9ull4En7elV4Hnkks5szJ6WgaJpZM4P9zoW .

6reactions
jycouetcommented, Nov 2, 2017

I guess that https://github.com/500tech/angular-tree-component/pull/460 is doing the job. Could you have a look please? Many thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

not compatible with angular 5 after version beta 4 #454 - GitHub
common: NgTemplateOutlet#ngOutletContext has been removed as it was deprecated since v4. Use NgTemplateOutlet#ngTemplateOutletContext instead.
Read more >
Angular CLI version is not compatible with Angular version
The Problem. The CLI version you have installed doesn't meet the requirements for your Angular version as the error says:
Read more >
Angular versioning and releases
Minor releases are fully backward-compatible; no developer assistance is expected during update, but you can optionally modify your applications and libraries ...
Read more >
NG Bootstrap - npm
Angular widgets built from the ground up using only Bootstrap 5 CSS with APIs designed for the Angular ecosystem.
Read more >
Kendo UI for Angular Release History - Telerik
Bootstrap 5 Support. R3 2021 introduced official support for the latest version of Bootstrap: Bootstrap v5. WIth this update developers can update to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found