Skip to content

Collaborator3/foo

Repository files navigation

Foo

This project was generated with Angular CLI version 12.1.2.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published