Public Form
Authentication
npm i @tradinos/cms-frontend-entity --force
npm i @tradinos/cms-frontend-form --force
npm i @tradinos/cms-frontend-layout --force
npm install primeng@17 --force//If you want to use another theme, you need to replace it with "lara" theme
"styles": [
"src/styles.css",
{
"input": "node_modules/primeng/resources/themes/lara-light-blue/theme.css",
"bundleName": "lara-light",
"inject": false
},
{
"input": "node_modules/primeng/resources/themes/lara-dark-blue/theme.css",
"bundleName": "lara-dark",
"inject": false
}
]Last updated