数据可视化大屏
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

7 lignes
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));