ngx-scrolltop
Version:
Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!
19 lines (18 loc) • 500 B
JSON
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgxScrollTopAdd",
"title": "ngx-scrolltop Add Options Schema",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "The project to add ngx-scrolltop to."
},
"module": {
"type": "string",
"description": "The module file to add ngx-scrolltop to, should be relative to project source directory.",
"alias": "m",
"default": "app/app.module.ts"
}
}
}