LoginSignup
0
0

More than 5 years have passed since last update.

AngularJS4 コンポーネント・サービスの生成

Posted at

コンポーネント生成コマンド

ng g component [コンポーネント名]
例:ng g component videoList

#上記コマンドを押下したら、以下の変化が起きる
* 生成した分のコンポーネントディレクトリができる
* 生成した分のコンポーネントに関する記述がapp.modlue.tsにて増える

サービス生成コマンド

ng generate service [サービス名]

おまけ

angularjsをhtml5モードで動かす場合のnginxの設定

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0