0.0.2 • Published 2 years ago

@abhijeet-giram/foo-lib v0.0.2

Weekly downloads
-
License
HelloTest
Repository
github
Last release
2 years ago

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

0.0.2

2 years ago

0.0.1

2 years ago