lucapompei / WebClientTemplate

A generic Web Client Template based on Angular v.9 Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Client Template v.3.0.0

Build Status License CodeFactor

=============================

This project represents a generic web client template based on Angular v.11 Framework.

Summary features

  • Project based on Angular v.11 Framework;
  • Angular Material Module configuration;
  • Routing Module configuration;
  • Language translation Module configuration;
  • PreLogin e PostLogin Guards configuration;
  • Jwt Authentication configuration;
  • Base HttpService Service configuration with cache mechanisms (i.e. etag handling) and automatic retry option;
  • Base NetworkService Service configuration;
  • Base EventBusService Service configuration;
  • Base StorageService Service configuration;
  • Base LoggerService Service configuration;
  • Base RouterService Service configuration;
  • Fully customizable through the environment properties.

Usage

Clone or download the Angular project and start its customization.

License

Copyright (C) 2021 lucapompei

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A generic Web Client Template based on Angular v.9 Framework.

License:Apache License 2.0


Languages

Language:TypeScript 66.9%Language:SCSS 24.9%Language:HTML 5.5%Language:JavaScript 1.7%Language:Dockerfile 0.9%