mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-15 15:41:03 +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();
|