angular-cli.md

July 15, 2021 · View on GitHub

Bookmarks tagged [angular-cli]

www.codever.land/bookmarks/t/angular-cli

Angular Configuring Application Environments

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...


Fast, faster, Angular CLI - how I converted my Angular project to use Angular CLI – CodepediaOrg

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...


generate · angular/angular-cli Wiki · GitHub

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.)


Getting Started With Angular - Development Environment Best Practices

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:


7 Angular Tools That You Should Consider – Minko Gechev's blog

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...


GitHub - rangle/angular-2-aot-sandbox

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

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


stories · angular/angular-cli Wiki · GitHub

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,...


Angular CLI | Stephen Fluin - YouTube

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

AngularConnect

  • :calendar: published on: 2016-09-30
  • tags: angular-cli

Your first unit test using Angular CLI, Karma and WebStorm | WebStorm Blog

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...


Angular 2: Application Settings using the CLI Environment Option

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

Shows how to use angular-cli & environment.ts

  • :calendar: published on: 2017-02-22
  • tags: angular-cli

Angular2 - Angular-CLI SASS options - Stack Overflow

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

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

...


Angular CLI Overview and Command Reference

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.


Angular CLI

https://cli.angular.io/

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


Quickstart - ts - QUICKSTART

https://angular.io/guide/quickstart

A quick look at Angular basics


JWT authentication with Vert.x, Keycloak and Angular 2

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