0.0.5 • Published 3 years ago

@krishna_dev2022/calculator v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Calculator

This library was generated with Angular CLI version 11.2.14.

installtion

npm i @krishna_dev2022/calculator

Then update your app.module.ts

import {CalculatorModule} from '@krishna_dev2022/calculator';

imports: ...., ...., CalculatorModule

After that add to your app.component.ts

<app-calculator></app-calculator>

Code scaffolding

Run ng generate component component-name --project calculator to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project calculator.

Note: Don't forget to add --project calculator or else it will be added to the default project in your angular.json file.

Build

Run ng build calculator to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build calculator, go to the dist folder cd dist/calculator and run npm publish.

Running unit tests

Run ng test calculator to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago