To import a module successfully in Angular 5, we use this syntax:
import { ModuleName } from 'ModuleLocation';

BY Best Interview Question ON 13 May 2020