mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-16 00:11:10 +08:00
8 lines
214 B
TypeScript
8 lines
214 B
TypeScript
![]() |
import { generateDeclarationFiles, transpileNgx, transpileNgxCore, modifyMetadata, cleanupNgx } from '../build/ngx';
|
||
|
|
||
|
transpileNgxCore();
|
||
|
transpileNgx();
|
||
|
generateDeclarationFiles();
|
||
|
modifyMetadata();
|
||
|
cleanupNgx();
|