Skip to content

Latest commit

 

History

History
113 lines (92 loc) · 6.97 KB

angular-cli.md

File metadata and controls

113 lines (92 loc) · 6.97 KB

Bookmarks tagged [angular-cli]

https://angular.io/guide/build#configuring-application-environments

You can define different named build configurations for your project, such as stage and production, with different defaults.

Each named configuration can have defaults for any of the options that app...


https://www.codepedia.org/ama/fast-faster-angular-cli-how-i-converted-my-angular-project-to-use-angu...

Blog post presenting how to convert an Angular project that used webpack to Angular-CLI project...


https://github.com/angular/angular-cli/wiki/generate

ng generate [name] generates the specified blueprint. Check out there the available blueprints (class, component, module etc.)


http://blog.angular-university.io/getting-started-with-angular-setup-a-development-environment-with-...

This post is a guide for setting up a solid development environment, for having the best Angular learning and working experience.

In this post we are going to:


http://blog.mgechev.com/2017/04/23/angular-tooling-codelyzer-angular-cli-ngrev/

In this article we’re going to quickly explore 7 Angular development tools which can make our everyday life easier. The purpose of the list is to not be opinionated architecture wise.The software belo...


https://github.com/rangle/angular-2-aot-sandbox

Sandbox for testing Angular 2's AoT specifically what expressions break it


https://github.com/angular/angular-cli/wiki/stories

Stories describing how to do more with the CLI

1.0 Update, Asset Configuration, Autocompletion, CSS Preprocessors, Global Lib, Global Scripts, Global Styles, Angular Flex Layout, Angular Material,...


https://www.youtube.com/watch?v=uBRK6cTr4Vk

AngularConnect


https://blog.jetbrains.com/webstorm/2017/02/your-first-unit-test-using-angular-cli-karma-and-webstor...

In this article we will use WebStorm 2016.3 with its built-in support for the Angular CLI and Karma test runner. We will write a single un...


http://tattoocoder.com/angular-cli-using-the-environment-option/

Shows how to use angular-cli & environment.ts


http://stackoverflow.com/questions/36220256/angular2-angular-cli-sass-options

When you are creating your project with angular cli try this:

...


https://angular.io/cli

The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications directly from a command shell.


https://cli.angular.io/

CLI for Angular applications based on the ember-cli project.


https://angular.io/guide/quickstart

A quick look at Angular basics


http://paulbakker.io/java/jwt-keycloak-angular2/

Example on how to integrate angular 2 with keycloak. Front end with login-required and backend is using angular2-jwt, created by Auth0