angular-pro-src
angular-pro-src copied to clipboard
Can't bind to 'ngTemplateOutletContext' since it isn't a known property of 'ng-container'.
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
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?
:heartpulse: ultimate courses!
:nerd_face: