Display a simple Flickr feed using Angular2 and Typescript.
npm install -g @angular/cli && npm install- Uses Angular CLI to build everything
npm run startto view locally
npm run build- Builds a static site, ready for viewing on GitHub pages
npm run test- Executes the unit tests via Karma and execute the end-to-end tests via Protractor.
ng generate component component-name- Generate a new component. You can also use
ng generate directive|pipe|service|class|guard|interface|enum|module.
- Generate a new component. You can also use