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.

ngOutletContext removed in Angular v5

See original GitHub issue

I’m submitting a … (check one with “x”)

[ X ] bug report => search github for a similar issue or PR before submitting
[ ] support request/question

Current behavior

When using Angular v5 with the library the ngx-chips templates result in an exception about unrecognized directive ngOutletContext

Expected behavior

Since the library is indicated as based on Angular v4 in the readme it would make sense to migrate to the ngTemplateOutletContext directive since ngOutletContext has been deprecated for some time.

Minimal reproduction of the problem with instructions (if applicable)

Update your Angular to v5 rc3 on an app that has the ngx-chips library in it.

What do you use to build your app?. Please specify the version

Angular-cli

Angular version:

Angular v5 rc.3

ngx-chips version:

Latest (built off of /master branch)

Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
thaoulacommented, Nov 1, 2017

Hi @Gbuomprisco,

Do you know when you will publish?

Just tried 1.5.3 and it does not work with Angular 5.

Regards, Tarek

1reaction
Gbuompriscocommented, Oct 26, 2017

PR merged, will publish asap

Read more comments on GitHub >

github_iconTop Results From Across the Web

ngOutletContext is depricated and has been removed ... - GitHub
Bug description: The ngOutletContext is removed from Angular 5.0.0-beta.5 and causes AOT build errors due to its use in date picker, ...
Read more >
Error after update Angular 4 project to Angular 7
ngOutletContext has been removed as it was deprecated since v4. Use ngTemplateOutletContext instead of ngOutletContext.
Read more >
Angular Update Guide
Guide to update your Angular application v5.0 -> v13.0 for medium applications. Before you update ... Replace ngOutletContext with ngTemplateOutletContext .
Read more >
angular/angular - Gitter
Uncaught Error: Template parse errors: Can't bind to 'ngOutletContext' since it isn't a known ... I have Multi-Step Form implementation using v5 example: ......
Read more >
Angular 5.0.0-beta.5 Release - GitClear
Angular : 5.0.0-beta.5 Release ... Remove deprecated code in the router ... refactor(common): remove deprecated `NgTemplateOutlet#ngOutletContext`.
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