“Lewati Impor Angular 6” Kode Jawaban

Lewati Impor Angular 6

ng g component component-name --skip-import
Ashamed Alligator

Lebih dari satu modul cocok. Gunakan opsi Skip-Impor untuk melewatkan mengimpor komponen ke modul terdekat. ke modul terdekat.

ng g c new-component --module app
//Or if you are in an other directory then
ng g c component-name --module ../
Helpful Hyena

Lebih dari satu modul cocok

Specify the module using the --module parameter. 
For example, if the main module is app.module.ts, run this:

ng g c new-component --module app
Or if you are in an other directory then

ng g c component-name --module ../
Smiling Starling

Jawaban yang mirip dengan “Lewati Impor Angular 6”

Pertanyaan yang mirip dengan “Lewati Impor Angular 6”

Lebih banyak jawaban terkait untuk “Lewati Impor Angular 6” di JavaScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya