Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appify-angular.components

Appify components developed for the Angular platform

How to install

  • Copy the essentials folder into your project
  • Import the Appify module into your app.module.ts file and include it in your imports.
import { AppifyModule } from '../essentials/appify.module'

...

imports: [
  BrowserModule,
  AppifyModule
],
  • Modify your angular.json file styles object to add another CSS file
"styles": [
  "src/styles.css",
  "src/essentials/styles/global.css"
],

About

Appify components developed for the Angular platform

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages