Skip to content

sunilksamanta/ant-angular-setup

Repository files navigation

Ant Angular Setup

Netlify Status

Angular: Angular CLI version 10

UI Framework: Ant Design version 10x

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Project Library Alias

Use @shared & @core while importing from shared and core modules like

import { FooPipe } from '@shared/pipes/foo/foo.pipe';

import { AuthService, LocalStorageService } from '@core/services';