sunilksamanta / ant-angular-setup

Ant Design with Angular Basic Project setup

Home Page:ant-angular-setup.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ant Design with Angular Basic Project setup

ant-angular-setup.vercel.app

License:GNU General Public License v3.0


Languages

Language:Less 50.4%Language:TypeScript 41.8%Language:JavaScript 3.2%Language:HTML 3.1%Language:SCSS 1.4%