1.

How Do We Import A Module In Angular 5?

Answer»

Simply use below SYNTAX to IMPORT a module in ANGULAR 5.

import { ModuleName } from ‘SOMEWHERE’;

Simply use below syntax to import a module in Angular 5.

import { ModuleName } from ‘someWhere’;



Discussion

No Comment Found