From 7c6cdd7fe63fac6b4164dc64f50290ab6e8d83ce Mon Sep 17 00:00:00 2001 From: Sergey Akopkokhyants Date: Thu, 22 Dec 2016 21:52:08 +0200 Subject: [PATCH] perf(): AOT support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15ea1dd..0db2764 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ System.config({ 'ng2-toasty': 'node_modules/ng2-toasty' }, packages: { - 'ng2-toasty': { main: 'index.js', defaultExtension: 'js' }, + 'ng2-toasty': { defaultExtension: 'js' }, } }); ```