UNPKG

@evan.network/ui-angular-core

Version:

The angular-core operates as an global and central library for the evan.network Angular 5 frontend development. Using this project you will be able to to the following things:

46 lines (45 loc) 1.93 kB
export * from './modules/angular-core'; export * from './i18n/registy'; export * from './services/bcc/address-book'; export * from './services/bcc/bc'; export * from './services/bcc/bcc'; export * from './services/bcc/bookmark'; export * from './services/bcc/verifications'; export * from './services/bcc/core'; export * from './services/bcc/description'; export * from './services/bcc/mailbox'; export * from './services/bcc/onboarding'; export * from './services/bcc/payment'; export * from './services/bcc/queue'; export * from './services/bcc/queue-utilities'; export * from './services/singleton-service'; export * from './services/ui/alert'; export * from './services/ui/exception-handler'; export * from './services/ui/files'; export * from './services/ui/inputs'; export * from './services/ui/logging'; export * from './services/ui/modal'; export * from './services/ui/picture'; export * from './services/ui/qr-code'; export * from './services/ui/routing'; export * from './services/ui/slides'; export * from './services/ui/toast'; export * from './services/ui/translate'; export * from './services/utils'; export * from './components/dapp-loader/dapp-loader'; export * from './components/blockie/blockie'; export * from './components/evan-loading/evan-loading'; export * from './components/trust-dialog/trust-dialog'; export * from './components/bootstrap-component/bootstrap-component'; export * from './components/take-snapshot/take-snapshot'; export * from './components/qr-code-scanner/qr-code-scanner'; export * from './components/dapp-wrapper/dapp-wrapper'; export * from './animations/grow'; export * from './animations/opacity'; export * from './animations/router-transition'; export * from './animations/tabs'; export * from './pipes/ObjectToArray'; export * from './classes/routesBuilder'; export * from './classes/ionicAppElement'; export * from './classes/AsyncComponent'; export * from './directives/oneTime';