diff --git a/README.md b/README.md index 68dddb4..70bd7d6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ //`title` and `onCancel` are optional confirmed() { - console.log('confirmed'): + console.log('confirmed'); } cancelled() { @@ -38,3 +38,11 @@ ``` + +### Todo +Done in a rush because couldn't find anything alike, so: + +- Add options to set classes and stuff +- Make some tests +- Set some global configs for messages and texts and classes and w/e + diff --git a/package.json b/package.json index af1067d..389e136 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "karma-coverage-istanbul-reporter": "^1.2.1", "karma-jasmine": "~1.1.0", "karma-jasmine-html-reporter": "^0.2.2", + "ng-packagr": "^1.6.0", "protractor": "~5.1.2", "ts-node": "~3.2.0", "tslint": "~5.3.2",