Angular的NgModule
生活随笔
收集整理的這篇文章主要介紹了
Angular的NgModule
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Angular的NgModule
NgModule作為Angular模塊的核心,也是組織者,官方有很長的文檔來介紹他,包括每一個API。
@NgModule文件的定義方式
import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core';import { AppComponent } from './app.component'; import { TodoComponent } from './test-view-child/test-view-child.component'; import { LoginComponent } from './test-view-child/child-one/child-one.component';@NgModule({總結
以上是生活随笔為你收集整理的Angular的NgModule的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: UVA1585 Score
- 下一篇: 1-docker 介绍