UNPKG
useasdemo
Version:
latest (1.0.0-rc.0)
1.0.0-rc.0
Schematics specific to ecip
ecip.com
ecip/ecip
useasdemo
/
application
/
index.d.ts
8 lines
(7 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Schema
as
ApplicationOptions
}
from
"./schema"
;
import
{
Rule
}
from
'@angular-devkit/schematics'
;
/** * 默认方法,即schematic: application的入口方法 *
@param
options
*/
export
default
function
(
options: ApplicationOptions
):
Rule
;