kotaroooo457 / kotaroooo457/angular-learn

Angular 基礎学習

Open
#1 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

# 基礎構文・技術

- [x] データバインディング `{{}}`
- [x] イベントバインディング `(イベント)="関数"`
- [x] 算出プロパティ
- [x] `@Input`,`@output`を利用したコンポーネント間のデータの受け渡し
- [x] ルーティング router コンポーネントの読み込みなど
- `route`は`path`のパス指定と`component`の作成するコンポーネントの二つのプロパティを持っている。
(リダイレクトする場合は、`redirectTo`を指定)
- `RouterModule`はApp元の遷移先を示す。
- ``タグでコンポーネントの表示
- よく使うモジュール https://angular.jp/guide/frequent-ngmodules
- [x] ngFor 繰り返し処理

## 環境設定

- [ ] Angular.json Webpackの設定 などなど役割を確認

## ライフサイクルフック
参考Url:https://angular.jp/guide/lifecycle-hooks

- `ngOnChanges()`
- `ngOnInit()` **ngOnChange()** の後に実行されて、ディレクティブプロパティとコンポーネントの初期化をする。

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading angular.json and the Angular guide linked in the issue, then identify the roles of the project and Webpack-related settings. Done means recording a clear explanation of the relevant configuration and completing the unchecked environment-settings item; the listed lifecycle-hook notes provide additional context.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.