0.0.1 • Published 3 years ago

@falco442/ng-copy-to-clipboard v0.0.1

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

NgCopyToClipboard

This library was generated with Angular CLI version 10.1.6.

Step 1

Import Toast SCSS as indicated in Toastr library instruction

Step 2

Include ToastrModule.forRoot() and NgCopyToClipboardModule in your AppModule:

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    ...
    NgCopyToClipboardModule,
    ToastrModule.forRoot(),
    ...
  ],
  providers: [...],
  bootstrap: [AppComponent]
})
export class AppModule { }

Build

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

Publishing

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

Running unit tests

Run ng test ng-copy-to-clipboard 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 README.

0.0.1

3 years ago