not compatible with angular 5 after version beta 4
See original GitHub issueNot 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:
- Created 6 years ago
- Reactions:6
- Comments:21 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
I guess that https://github.com/500tech/angular-tree-component/pull/460 is doing the job. Could you have a look please? Many thanks