moff / angular2-ladda

Angular 2 Ladda module
MIT License
97 stars 20 forks source link

Request: Define the default style of the button #4

Closed WoMayr closed 8 years ago

WoMayr commented 8 years ago

It would be great if you could specify the default style of the ladda-button.

My idea here would be to define this inside the Module import like so:

@NgModule({
    imports: [
        // other imports
        // ...
        LaddaModule.forRoot({
            provide: LADDA_STYLE,
            useValue: "zoom-in"
        }),
        // ...
    ]
})
moff commented 8 years ago

@Belkar I've merged your changes into master and published new version of the package. Thank you for your contribution!