LoginSignup
0
0

More than 3 years have passed since last update.

はじめてのAngular入門ガイド

Last updated at Posted at 2020-08-04

Angularプロジェクトの概要と始め方を記載します。Versionの変更がたびたびあるので、内容はリンクは最新のVersionのページを確認すること。

社内教育に使っている資料なのでメモ書きです。

URL

Angular ドキュメント

Angular 基本概念

Angular チュートリアル

アプリケーション生成

ng new application-nameでプロジェクト構成
- Routingの設定を聞かれるので > y
- cssの設定は scssで

起動コマンド

ng serve

http://localhost:4200で画面

続き

自分のブログに詳細を書いています。
https://codenote.online/notebooks/16

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