Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 713 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 713 Bytes

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';