From 133c6f3a08f74c560bf9b01f2fe4b3a1bb1eaa0c Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Thu, 28 Oct 2021 12:19:05 -0400 Subject: [PATCH] Add Angular resolver to collection.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enables ionic-cli users to quickly scaffold a resolver via the underlying angular cli. @mhartington I'm not sure if it's as simple as this, or if there are more changes necessary. This is at least a good starting point. Thanks for the framework! ❤️ --- collection.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collection.json b/collection.json index 9293289..a197065 100644 --- a/collection.json +++ b/collection.json @@ -28,6 +28,10 @@ "aliases": ["g"], "extends": "@schematics/angular:guard" }, + "resolver": { + "aliases": ["r"], + "extends": "@schematics/angular:resolver" + }, "interface": { "aliases": ["i"], "extends": "@schematics/angular:interface"