An Angular front-end framework tailored for your swiss branded business web application.
Oblique provides a standardized corporate design look and feel as well as a collection of ready-to-use Angular components. Oblique, through its fully customizable master layout, takes care of the application's structure, letting you focus on the content.
Oblique uses npm, AngularCLI and Sass to fetch dependencies, compile & build assets, compose HTML and serve & watch web content.
The official Oblique documentation is located here: https://oblique.bit.admin.ch/
You will find information about how to use Oblique, code samples, FAQ and many more.
For questions and support please contact us by email.
- Update your project to the Angular version supported by the Oblique version you want to install. Have a look at the Angular update guide for more instructions: https://update.angular.io
- Add Oblique to your project:
ng add @oblique/oblique
. This interactive command will:- add oblique and its dependencies
- refactor your application to integrate Oblique
- optionally replace jasmine with jest
- optionally configure Sonar
- optionally configure Jenkins & Cloud Foundry
- optionally replace
tslint
witheslint
andprettier
- optionally add a git hook to auto format files before push
- Bump dependencies through Angular cli first:
ng update
- Then update oblique:
ng update @oblique/oblique
- Finally update the dependencies without build-in schematics:
npm update
- New major versions can be discovered through
npm outdated
If you'd like to contribute, please follow our contributing guidelines.
Help us keep Oblique open and inclusive. Please read and follow our Code of Conduct.
Copyright (c) The Swiss Confederation, represented by the Federal Office of Information Technology, Systems and Telecommunication FOITT.
Licensed under the MIT license.