@nowzoo/ngx-window-titledeprecated

Need to put a description

Usage no npm install needed!

<script type="module">
  import nowzooNgxWindowTitle from 'https://cdn.skypack.dev/@nowzoo/ngx-window-title';
</script>

README

@nowzoo/ngx-window-title

Demo Site | Demo Code

Install

npm i @nowzoo/ngx-window-title --save

Quick Start

TKTK

API

TKTK

Contributing

Contributions and suggestions are welcome.

Get started...

git clone git@github.com:nowzoo/ngx.git
cd ngx
npm i
ng build ngx-window-title --prod

The library code is found in projects/ngx-window-title.

The demo site code is in src/app/ngx-window-title.

This library was built with the Angular CLI, so...

# test the library...
ng test ngx-window-title

# build the library...
ng build ngx-window-title --prod

# serve the demo site locally...
ng serve

Note that changes to the library code are not automatically reflected in the locally-served demo site. You must run ng build ngx-window-title whenever you make changes to the library. But the local server does watch for changes to the built library -- so you don't need to restart the server.

If you use Wallaby to run unit tests, select the projects/ngx-window-title/wallaby.js as your config file.

License

MIT