craftpip / angular-confirm

A multipurpose plugin for alert, confirm & dialog for angular1
http://craftpip.github.io/angular-confirm/
MIT License
115 stars 20 forks source link

How to install? #16

Open dylanweicker opened 7 years ago

dylanweicker commented 7 years ago

Could somebody please give a more in-depth description of how I can add this to my angular project. I'm writing my project in typescript. I've npm installed the package files for this plugin. But I don't understand how I can start to use it in my project.

craftpip commented 7 years ago

This project does not support typescript yet, you will have to add its js and css files to your index file. I will be adding typescript support for this soon,

changhuixu commented 6 years ago

+1 waiting for typescript version. Thank you.