Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-custom-tour

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-custom-tour - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

styles/main.css

2

package.json

@@ -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>
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc