Skip to content

Commit

Permalink
feat(spa): add deployments (#967)
Browse files Browse the repository at this point in the history
Signed-off-by: Timon Masberg <[email protected]>
Co-authored-by: Jasper Herzberg <[email protected]>
  • Loading branch information
timonmasberg and JSPRH committed Dec 30, 2024
1 parent 1db655b commit a7b9f76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ generate a new component, run
`npx nx g @nrwl/angular:component --project=spa-<lib> --name=<component name>`.
This will generate a new component in the correct folder. For more information,
check out the [NX documentation]https://nx.dev/more-concepts/nx-and-angular). By
default the Component will be standalone and with `OnPush` Change Detection.
Please try to stick to this as much as possible. You can serve the SPA with
`npm run serve:spa`. Instead of an OAuth Provider, in development environments
you will get redirected to a login page where you can choose a persona. This
will set a JWT in the local storage.
default the Component will be standalone and with `OnPush` Change Detection. Please
try to stick to this as much as possible. You can serve the SPA with `npm run serve:spa`.
Instead of an OAuth Provider, in development environments you will get redirected
to a login page where you can choose a persona. This will set a JWT in the local
storage.

We agreed on supporting only Chromium based browsers with their 2 latest major
versions. This allows us to use features that are available for these browsers
Expand Down
1 change: 1 addition & 0 deletions libs/spa/view/dashboard/src/lib/dashboard.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import { ProtocolViewComponent } from '@kordis/spa/feature/protocol';
NzMenuModule,
NzModalModule,
ProtocolViewComponent,
DeploymentsComponent,
],
templateUrl: './dashboard.component.html',
styleUrl: './dashboard.component.css',
Expand Down

0 comments on commit a7b9f76

Please sign in to comment.