Navigation Menu

Skip to content

Replicate an existing Community App screen into the new Web App

Abhay Chawla edited this page Jul 27, 2018 · 3 revisions

Make sure you follow these guidelines while replicating an existing Community App screen into the new Web App:

  1. Follow the angular style guide.

  2. Use the angular-material components.

  3. Follow the material design guidelines.

  4. Use flex-layout directives to ensure responsiveness.

  5. Use HTTP Client for sending requests to the server.

  6. Ensure routing is configured with App Shell. (see existing components in web-app for reference)

  7. Make sure to follow a common convention for route URLs. (see existing components in web-app for reference)

  8. Mention a title and breadcrumb for the web page while configuring the routes. (see existing components in web-app for reference)

For reference, please look at:

clients

accounting

self-service

For any queries, reach out to our team on gitter or the mailing-list.