test-package-tbi
v0.0.3
Published
Download the latest version of an npm package to a specified directory.
Downloads
2
Readme
Download Package
Download the latest version of an npm package to a specified directory.
Installation
npm i test-package-tbi
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 {
}
Simply call the component in the < your-component-name >.component.html file
<lib-test-package-tbi> </lib-test-package-tbi>