angular-first-look-examples icon indicating copy to clipboard operation
angular-first-look-examples copied to clipboard

angular first look for pluralsight

Results 6 angular-first-look-examples issues
Sort by recently updated
recently updated
newest added

ERROR in node_modules/@angular/common/http/src/backend.d.ts(24,45): error TS2315: Type 'Observable' is not generic. node_modules/@angular/common/http/src/backend.d.ts(37,45): error TS2315: Type 'Observable' is not generic. node_modules/@angular/common/http/src/client.d.ts(67,40): error TS2315: Type 'Observable' is not generic. node_modules/@angular/common/http/src/client.d.ts(91,9): error TS2315: Type...

This example seems to have been misnamed. It should have been ComponentNest. I can't rename the folder to fix this for you from the github ui: Example 14 on http://angular2-first-look.azurewebsites.net/...

After following the instructions and doing the npm install , I am getting the following output upon npm start. I did verify that Typescript 2.1 is installed. I have attached...

I had to edit line 545 in gulpfile.js to get the application working: spawnInfo = spawnExt('npm', ['install', ...sources], {cwd: EXAMPLES_PATH}); to spawnInfo = spawnExt('npm', ['install', sources], {cwd: EXAMPLES_PATH}); Note: changed...

Hey - first off thank you for this repo and the videos on pluralsight; both have been a tremendous help! I'm not sure if this where we can shoot you...

Refactoring toast component to using Angular Renderer service. Additional, removed toast scroll which I didn't sure for what that meaning.