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
- Host: GitHub
- URL: https://github.com/sunilksamanta/ant-angular-setup
- Owner: sunilksamanta
- License: gpl-3.0
- Created: 2020-09-02T04:18:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T13:27:06.000Z (over 1 year ago)
- Last Synced: 2025-03-17T23:54:53.765Z (7 months ago)
- Topics: angular, angular-starter-kit, angular2, ng-zorro-antd
- Language: Less
- Homepage: ant-angular-setup.vercel.app
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ant Angular Setup
[](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 10xRun `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';`