Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.81 KB

DEFAULT_NAV_ELEMENT.md

File metadata and controls

33 lines (27 loc) · 1.81 KB

A Simple Page (with a corresponding nav element)

The following (client-side) artifacts are generated:

1. Angular application (assuming your page is called 'about-us'):
  • src/main/webapp/app/app.module.ts (this gets modified)
  • src/main/webapp/app/layouts/navbar/navbar.component.html (this gets modified)
  • src/main/webapp/i18n/{lang}/global.json (modified)
  • src/main/webapp/i18n/{lang}/about-us.json (resource created for i18n)
  • src/main/webapp/app/about-us/about-us.component.html
  • src/main/webapp/app/about-us/about-us.component.ts
  • src/main/webapp/app/about-us/about-us.module.ts
  • src/main/webapp/app/about-us/about-us.route.ts
  • src/main/webapp/app/about-us/about-us.component.[s]css (css/scss is created based on your JHipster app config, i.e. useSass in your .yo-rc.json)
  • src/test/javascript/spec/app/about-us/about-us.component.spec.ts
2. React (assuming your page is called 'about-us'):
  • src/main/webapp/app/modules/about-us/about-us.[s]css (css/scss is created based on your JHipster app config, i.e. useSass in your .yo-rc.json)
  • src/main/webapp/app/modules/about-us/about-us.tsx
  • src/test/javascript/spec/app/shared/layout/header/header.spec.tsx
  • src/main/webapp/i18n/{lang}/about-us.json (resource created for i18n)
  • src/main/webapp/i18n/{lang}/global.json (modified)
  • src/main/webapp/app/config/icon-loader.ts (modified)
  • src/main/webapp/app/routes.tsx (modified)
  • src/main/webapp/app/shared/layout/header/header-components.tsx (modified)
  • src/main/webapp/app/shared/layout/header/header.tsx (modified)

#💚 this module? Donate