1.0.5 • Published 1 year ago

alanch8-footer v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Footer - Alanch8 🚧

This library was generated with Angular CLI version 15.2.3.

Getting started 🚀

npm i alanch8-footer

Setup 🛠

import { Alanch8FooterModule } from 'alanch8-footer';

@NgModule({
   ...
   imports: [
        ...
        Alanch8FooterModule
   ]
   ...
})
export class AppModule { }

Using the component 📦

<alanch8-footer></alanch8-footer>

Code scaffolding 🏗

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

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

Build ⚙

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

Publishing 📦

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

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.

1.0.5

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago