UNPKG
@ngx-ext/schematics-api
Version:
latest (0.0.2)
0.0.2
0.0.1
Set of tools wrapping Angular Schematics.
github.com/ngx-ext/schematics-api
ngx-ext/schematics-api
@ngx-ext/schematics-api
/
schematics-api-exception.d.ts
5 lines
(4 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
import
{
SchematicsException
}
from
'@angular-devkit/schematics'
;
export
declare
class
SchematicsApiException
extends
SchematicsException
{
constructor
(
message
:
string
); }