0.0.1 • Published 2 years ago

ecode-utils v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

EcodeUtils

ecode 工具模块 定义各工具

安装

npm install ecode-utils

在moudle里引入

@NgModule({
    providers: [
    ],
    imports: [
        EcodeUtilsModule
    ]
})

在service里使用

import { CacheService, RsaService } from 'ecode-utils';
@Injectable({
  providedIn: 'root'
})
export class TestService {

  constructor(private cacheService:CacheService,private rasService:RsaService) { }
}
0.0.1

2 years ago

0.0.40

2 years ago

0.0.41

2 years ago

0.0.38

2 years ago

0.0.39

2 years ago

0.0.37

2 years ago

0.0.36

2 years ago

0.0.35

2 years ago