From 8afade2607e072221a8ff8c108bd1787a3501a2d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 26 Nov 2021 17:36:44 +0100 Subject: Introduce plugin id selectors --- client/src/app/+login/login.component.html | 2 +- client/src/app/shared/shared-main/plugins/index.ts | 1 + .../plugins/plugin-selector.directive.ts | 21 +++++++++++++++++++++ .../app/shared/shared-main/shared-main.module.ts | 8 +++++--- shared/models/plugins/client/index.ts | 1 + .../plugins/client/plugin-selector-id.type.ts | 1 + support/doc/plugins/guide.md | 9 ++++++++- 7 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 client/src/app/shared/shared-main/plugins/plugin-selector.directive.ts create mode 100644 shared/models/plugins/client/plugin-selector-id.type.ts diff --git a/client/src/app/+login/login.component.html b/client/src/app/+login/login.component.html index 0be67368e..90eea1505 100644 --- a/client/src/app/+login/login.component.html +++ b/client/src/app/+login/login.component.html @@ -15,7 +15,7 @@