Skip to content

tclyit/a2-first-look

 
 

Repository files navigation

Angular 2 First Look

for Pluralsight

The code in this repo is the source for what becomes the plunkers located https://github.com/johnpapa/angular2-first-look

The plunkers are the recommended way to run the code. However, if you wish to explore, instructions can be found below.

Getting Started

Fork and clone this repo ...

git clone git@github.com:johnpapa/a2-first-look.git a2firstlook
cd a2firstlook
rm -rf .git/
npm i

Prep the Examples

cd _examples
npm i
cd ..
npm run all

Run an example

cd _examples/component-simple/
npm start

Each example is located in its own folder under _examples/. Feel free to explore them. You may run npm start in those respective folders, if you wish to run them locally.

Reminder ... The other files in this repo are here for helping create the plunkers. Focus only on the files in the_examples/xxx folders.

About

angular 2 first look for pluralsight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 83.4%
  • JavaScript 9.8%
  • TypeScript 4.4%
  • CSS 2.4%