0.0.1 • Published 7 months ago

ecode-utils v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
7 months 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

7 months ago

0.0.40

8 months ago

0.0.41

7 months ago

0.0.38

9 months ago

0.0.39

8 months ago

0.0.37

9 months ago

0.0.36

10 months ago

0.0.35

10 months ago