数据可视化大屏
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

7 satır
246B

  1. import { bootstrapApplication } from '@angular/platform-browser';
  2. import { AppComponent } from './app/app.component';
  3. import { appConfig } from './app/app.config';
  4. bootstrapApplication(AppComponent, appConfig).catch(err => console.error(err));