0.0.5 • Published 2 years ago

philz-my-lib v0.0.5

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

MyLib

This is the actual Angular library project within this workspace. You can also create another application within this workspace to quickly consume and serve up locally for a quicker way to validate the work done in the library.

Also, you can run tests against the served demo application within this workspace CI if you wish to separate out your tests between the library and the host application.

Passing Input/Output to Library Component

A simple example to show a way to communicate with the Library component using Angular's native @Input and @Output decorators.

Shared Environment Variables

To share the host application environment variables with this library, environment variables are passed to MyLibModule as an argument. I can then use the same environment variables from my host application within my library files.

See my-lib.module.ts from this Angular library. See app.module.ts from the host application.

API Requests

See the host-angular project README.

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago