angular-custom-tour
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"license": "MIT", | ||
@@ -11,0 +11,0 @@ "main": "bundles/angular-custom-tour.umd.min.js", |
@@ -17,3 +17,22 @@ # Will be available later | ||
In your module (app.module.ts) | ||
```typescript | ||
import { HintModule } from 'angular-custom-tour' | ||
@NgModule({ | ||
declarations: [ | ||
... | ||
], | ||
imports: [ | ||
... | ||
HintModule // Put here | ||
... | ||
], | ||
entryComponents: [ | ||
... | ||
] | ||
] | ||
``` | ||
In your page component | ||
```typescript | ||
import { HintService } from 'angular-custom-tour' | ||
@@ -34,3 +53,3 @@ | ||
<!-- Bluring element insert on top of the page--> | ||
<mm-hint></mm-hint> | ||
<hint></hint> | ||
@@ -43,7 +62,7 @@ <!-- start TOUR --> | ||
<mm-intro-tour selector="highlight-me" order="3" position="right" title="title string"> | ||
<tour-step selector="highlight-me" order="3" position="right" title="title string"> | ||
<!-- ANY HTML HERE | ||
NOTE: ONLY selector attribute is required! others is up to you | ||
--> | ||
</mm-intro-tour> | ||
</tour-step> | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35085
30
641
66