Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- TAILWIND
- 아이오닉 스크롤 이벤트
- 모달
- angular button
- Angular Router
- route
- prisma
- 스크롤 이벤트
- egov spring ajax 사용 예시
- 셀렉트박스 커스텀
- mysql if
- summary
- scroll
- 앵귤러 모달
- ApexChart
- angular modal
- 검색
- formgroup
- Oracle LISTAGG 사용 예시
- 호버
- 앵귤러 애니메이션
- 옵저버블
- Router
- ajax 사용 예시
- modal
- flex-1
- Ionic modal
- angular animation
- 스크롤 이벤트 감지
- angular route
Archives
- Today
- Total
깜놀하는 해므찌로
Angular 라우팅 모듈 생성 cli 본문
반응형
SMALL
ng generate module app-routing --flat --module=app
1. --flat : 새로운 폴더에 생성하지 않고 파일을 생성합니다.
2. --module=app : 이 라우팅 모듈을 AppModule의 imports 배열에 자동으로 추가합니다.
반응형
LIST
'IT' 카테고리의 다른 글
Angular # 활용 예시 / # / Angular 템플릿 참조변수 # (0) | 2023.05.30 |
---|---|
error: src refspec master does not match any 해결 (0) | 2023.05.29 |
typescript Utility 유틸리티 활용 예시 / keyof, partial, required, readonly, record, pick, omit, exclude, nonNullAble (0) | 2023.05.28 |
ngFor speed controll 반복문 속도 조절 Directive 예시 (0) | 2023.05.27 |
typescript Generic 활용 예시 (0) | 2023.05.27 |