Skip to content

可复用的Angular6基础框架,方便工作

Notifications You must be signed in to change notification settings

ZRenu/ng-project

Repository files navigation

鹿途后台管理系统基础框架

项目说明

Angular6基础框架。

版本说明

"@delon/acl": "^1.5.1",
"@delon/auth": "^1.5.1",
"@delon/theme": "^1.5.1",
"ng-zorro-antd": "^1.8.1"

用户认证

@delon/auth

constructor( @Inject(DA_SERVICE_TOKEN) private tokenService: TokenService) {
    // 设置认证信息
    tokenService.set({token:'token'})
    // 获取认证信息
    tokenService.get().token; // token
    // 清除认证信息
    tokenService.clear()
}

项目资源

地图:maps

图表:echarts

用户认证:@delon/auth

项目框架:ng-zorro