sitepal-angular
v1.0.5
Published
Download the latest version of an npm package to a specified directory.
Downloads
78
Readme
Download Package
Download the latest version of an npm package to a specified directory.
Installation
npm install --save sitepal-angular
Example use
Here's how you would install the latest version into packages folder:
Add the embed code in the component as shown below:
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
embed=[3432155,600,800,"''",1,1,2722664,0,1,1,"'WSGmJ3ScqO8d4Zop1cuILz7q4In5k6q2'",0];
}
Simply call the component in the < your-component-name >.component.html file
<app-sitepal-angular [embed] ={embed}> </app-sitepal-angular>