Basecoat-Angular is an Angular library intended to be consumed by an Angular application. This repo contains just the Angular project and not an Angular workspace.
npm install basecoat-angularpackage.json for the specific dependencies of Basecoat-Angular which need to be installed in the parent application.
yourAngularApp/projects/{basecoat-angular} in your parent app (next to your app project).
USP repo for an example of how to configure your parent app's angular.json, tsconfig, package.json and other specifics.
master is the main stable branch being used by Manage Centre (USP repo).
develop is the main stable branch being used by SSS (micro-app-starter repo).
develop pulls from master and should try to remain up to date with master.
master or develop with the usual branch naming conventions (eg feature/JIRA-123).
USP repo.
USP/ directory you can lint and test this repo by running the following:
npm run lint (lint all projects)
npm run test-basecoat-angular (test basecoat-angular)