How to use angular2-ladda - 1 common examples

To help you get started, we’ve selected a few angular2-ladda examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github boyanio / angular-wasm / src / app / wasm / wasm.module.ts View on Github external
@NgModule({
  declarations: [
    HumanizeTimePipe,
    WasmFibonacciComponent,
    WasmConsoleLoggerComponent,
    WasmTextToAsciiComponent,
    WasmBmpToAsciiComponent,
    Wasm3dCubeComponent,
    WasmProofOfWorkComponent
  ],
  imports: [
    BrowserModule,
    HttpClientModule,
    FormsModule,
    LaddaModule.forRoot({
      style: 'zoom-in',
      spinnerSize: 30,
    })
  ]
})
export class WasmModule { }

angular2-ladda

Angular Ladda module

MIT
Latest version published 1 year ago

Package Health Score

58 / 100
Full package analysis

Popular angular2-ladda functions