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...
- tags: angular, environment-management, angular-cli
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...
- 📆 published on: 2017-05-02
- tags: angular, bootstrap, webpack, angular-cli, font-awesome
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.)
- tags: angular-cli, commands
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:
- Setup a Node development environment...
- tags: angular, angular-cli, yarn, npm
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...
- 📆 published on: 2017-04-23
- tags: angular, angular-cli, dev-tools
https://github.com/rangle/angular-2-aot-sandbox
Sandbox for testing Angular 2's AoT specifically what expressions break it
- tags: angular-cli
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,...
- tags: angular-cli
- source code
https://www.youtube.com/watch?v=uBRK6cTr4Vk
AngularConnect
- 📆 published on: 2016-09-30
- tags: angular-cli
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...
- 📆 published on: 2017-02-07
- tags: angular-cli, angular, karma, webstorm, intellij
http://tattoocoder.com/angular-cli-using-the-environment-option/
Shows how to use angular-cli & environment.ts
- 📆 published on: 2017-02-22
- tags: angular-cli
http://stackoverflow.com/questions/36220256/angular2-angular-cli-sass-options
When you are creating your project with angular cli try this:
...
- tags: angular-cli, sass
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.
- tags: angular-cli
CLI for Angular applications based on the ember-cli project.
- tags: angular-cli
- source code
https://angular.io/guide/quickstart
A quick look at Angular basics
- tags: angular, docs, angular-cli
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
- 📆 published on: 2016-09-15
- tags: angular, keycloak, jwt, angular-cli
- source code