logo
  • 教程列表
  • SO官方文檔
  • Angualr 2 中的 Bootstrap 空模組
    • 一個空模組
    • 應用程式根模組
    • 引導你的模組
    • Web 瀏覽器上具有網路連線的模組
    • 使用工廠類進行靜態引導
  1. StackOverflow 文件
  2. Angular 2 教程
  3. Angualr 2 中的 Bootstrap 空模組
  4. 應用程式根模組

應用程式根模組

Created: November-22, 2018

import { NgModule }      from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';

import { AppComponent }  from './app.component';

@NgModule({
  imports: [ BrowserModule ],
  declarations: [ AppComponent ],
  bootstrap:    [ AppComponent ]
})
export class AppModule { }
  • 引導你的模組
  • 一個空模組

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明