@abhijeet-giram/foo-lib
v0.0.2
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0.
Downloads
5
Readme
FooLib
This library was generated with Angular CLI version 12.1.0.
Demo: https://stackblitz.com/edit/foo-lib-demo
Features
- Easy to integrate
- Supports every envionment
Install
npm i foo-lib
Setup
- Add FooLibModule to App NgModule
Use
import { Component } from '@angular/core';
import { FooLibService } from 'foo-lib';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
constructor(
private fooLibService: FooLibService
) { }
ngOnInit(): void {
this.fooLibService.test('Hello World!');
}
}
Upcoming features
- Custom foo
- UX design update for foo
- Backward compatibility with angular previous versions
FAQ
Check out article on Crash Course: Publish a Library on NPM
License
HelloTest
GitHub @AbhijeetGiram · LinkedIn @AbhijeetGiram · Medium @AbhijeetGiram