moff / angular2-ladda

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

ladda css missing from package #35

Closed FFelling closed 5 years ago

FFelling commented 5 years ago

The dist folder is missing from the package so you cannot include the ladda.min.css in your project.

theodorejb commented 5 years ago

When you install angular2-ladda from npm, the ladda dependency will also be installed. You can then find the dist folder at node_modules/ladda/dist.

FFelling commented 5 years ago

Thank you for the reply, you're answer pointed me int the right direction.