An open API service indexing awesome lists of open source software.

https://github.com/sunilksamanta/ant-angular-setup

Ant Design with Angular Basic Project setup
https://github.com/sunilksamanta/ant-angular-setup

angular angular-starter-kit angular2 ng-zorro-antd

Last synced: 3 months ago
JSON representation

Ant Design with Angular Basic Project setup

Awesome Lists containing this project

README

          

# Ant Angular Setup

[![Netlify Status](https://api.netlify.com/api/v1/badges/92b9c32e-e373-4b45-9623-32e236b8646f/deploy-status)](https://app.netlify.com/sites/goofy-torvalds-968eb6/deploys)

## Angular: [Angular CLI](https://github.com/angular/angular-cli) version 10
## UI Framework: [Ant Design](https://ng.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';`