Guest User

Untitled

a guest
Dec 12th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. import { NgxLoadingModule, ngxLoadingAnimationTypes } from 'ngx-loading';
  2.  
  3. NgxLoadingModule.forRoot({
  4. animationType: ngxLoadingAnimationTypes.pulse, // Aqui voce decide o estilo do loading ([ctrl]+[space])
  5. backdropBackgroundColour: 'rgba(0,0,0,0.1)',
  6. backdropBorderRadius: '4px',
  7. primaryColour: '#008e57',
  8. secondaryColour: '#008e57',
  9. tertiaryColour: '#008e57'
  10. })
Add Comment
Please, Sign In to add comment