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

Can't bind to 'ngTemplateOutletContext' since it isn't a known property of 'ng-container'. #96

Open
WonderTaxLLC opened this issue Nov 16, 2021 · 1 comment

Comments

@WonderTaxLLC
Copy link

cannot get ngTemplateOutletContext to function as depicted in the video.

course: https://app.ultimatecourses.com/course/angular-pro/using-ngtemplateoutlet-with-context

source: https://github.com/ultimatecourses/angular-pro-src/tree/master/19-ngtemplateoutletcontext

@WonderTaxLLC
Copy link
Author

WonderTaxLLC commented Nov 17, 2021

Package.json Changes

Updated package.json to match the one in video 19 source.

This issue seems to trace back to the fact that the "seed project" link in the Pro Course: Setup instructions actually points to the seed project for the fundamentals course, which relies upon Angular v. 4.0.0-beta.1 while the Pro course relies upon Angular v. 4.0.0-beta.6.

Updated all package.json values to match repo package.json, with the exception of

{
   ...
   "devDependencies" : {
      ...
      "node-sass": "6.0.1", // (Win64 unsupported by 4.5.0).
      ...
   }
   ...
}

With these changes, everything is now working as expected.

Just wanted to provide details for others.

Feature request/question

Appreciate the v4 - v6 Changelog. Any chance of getting a v4/v6 - v12 Changelog?

💗 ultimate courses!

🤓

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

1 participant