mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
14 lines
224 B
TypeScript
14 lines
224 B
TypeScript
import {
|
|
cleanupNgx,
|
|
generateDeclarationFiles,
|
|
modifyMetadata,
|
|
transpileNgx,
|
|
transpileNgxCore
|
|
} from '../build/ngx';
|
|
|
|
transpileNgxCore();
|
|
transpileNgx();
|
|
generateDeclarationFiles();
|
|
modifyMetadata();
|
|
cleanupNgx();
|