angular-package
TwitterGitHub
Text
Text
  • Introduction
  • Benefits
  • Getting started
    • General concepts
    • Skeleton
    • Installation
    • Public API
  • Wrapper
    • Basic concepts
    • Wrap
      • Generic type variables
      • Instance accessors
      • Instance properties
      • Static methods
      • Wrap() constructor
      • Instance methods
      • Examples
    • Wrapper
      • Generic type variables
      • Static properties
      • Instance accessors
      • Static methods
      • Wrapper() constructor
      • Instance methods
      • Examples
    • Wrapped
      • Generic type variables
      • Instance accessors
      • Instance properties
      • Static methods
      • Wrapped() constructor
      • Instance methods
      • Types
      • Examples
  • Tag
    • Basic concepts
    • Tag
      • Generic type variables
      • Static accessors
      • Static properties
      • Instance accessors
      • Instance properties
      • Static methods
      • Tag() constructor
      • Instance methods
      • Types
      • Examples
    • BBCodeTag
      • Static methods
      • BBCodeTag() constructor
    • HtmlTag
      • Generic type variables
      • HtmlTag() constructor
    • Tags
    • Tagged
  • Main
    • AllowedChars
    • Attribute
      • Generic type variables
      • Instance accessors
      • Instance properties
      • Static methods
      • Attribute() constructor
      • Instance methods
    • Attributes
    • Template
    • Text
  • Legend
    • Property tags
  • Other
    • Contact
    • Sponsor
  • More versions
Powered by GitBook
On this page
  • Build
  • Publishing
  • Running unit tests
  • Further help

Was this helpful?

  1. Getting started

Skeleton

PreviousGeneral conceptsNextInstallation

Last updated 3 years ago

Was this helpful?

The package was built by the which was generated with version 12.2.5.

Copy package to the packages/text folder of the then run the commands below.

Build

Run ng build text to build the package. The build artifacts will be stored in the dist/ directory.

Publishing

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

Running unit tests

Before the test can be performed install @angular-package/testing with command:

npm i @angular-package/testing --no-save

Run ng test text to execute the unit tests via .

Further help

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

library skeleton
Angular CLI
library skeleton
Karma
Angular CLI Overview and Command Reference