We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Angular v. 4.0.0-beta.1
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.
Appreciate the v4 - v6 Changelog. Any chance of getting a v4/v6 - v12 Changelog?
💗 ultimate courses!
🤓
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: