WoW Classic Accounts for Sale

The original World of Warcraft: Classic version by Blizzard is to be released on 27th August 2019. If you wish to skip the boring leveling process, you can WoW Classic Account from Gold4Vanilla.com —…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Angular commands

To install Angular in machine at global level : npm insatll -g @angular/cli

To check version of angualr : ng -v

Create a app with angular : ng new Angular-Basic

Create a component with Angular (run under app folder): ng g component new-cmp

Create a component with inline template and inline style : ng g component top-bar -it -is --spec=false

Create Service : ng g s new-service

Create a model class : ng g cl new-class --type=model

Run the application : ng serve --open

Build app for production : ng build my-app -c production

Integrate Firebase : npm install @angular/fire firebase --save

Integrate with Semantic ui : npm install -save-dev semantic-ui-css

in angular.json copy as following (check paths and copy at right styles and scripts, there are multiple of them in file).

Integrate with PrimeNG ui :

Integrate Material CSS : npm install materialize-css@next

Add a comment

Related posts:

Exclamation Marx

Exclamation Marx. Exclamation marks are virtual objects that are often used in modern text-based communication to simulate an attitude of, for lack of a….

How to Figure Out Whether You Are Overtraining

Overtraining is a crucial concept in fitness, especially in the realm of weight lifting. However, the term is misleading. Instead of framing it as working out too much, it should rather be defined as…

The Importance of Emotional Intelligence in Leadership

Emotional intelligence, commonly referred to as EQ, is the ability to recognize, understand, and manage one’s own emotions as well as the emotions of others. It is a critical skill for leaders to…