diff --git a/compodoc/changelog.html b/compodoc/changelog.html index c652ea18..a98d8a34 100644 --- a/compodoc/changelog.html +++ b/compodoc/changelog.html @@ -13,8 +13,66 @@
- -All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
-
selector | awg-root |
styleUrls | ./app.component.css |
@@ -122,7 +188,7 @@
-constructor(menuService: MenuService, router: Router)
+constructor(menuService: MenuService, router: Router)
|
||||||||||||
router |
- Router
+ Router
|
@@ -238,7 +304,7 @@ Constructor-
Methods
@@ -261,21 +327,21 @@ | ||||||||||
- Defined in src/app/app.component.ts:27
- |
- ||||||||||||
+ Defined in src/app/app.component.ts:30
+ |
+ ||||||||||||
- | ||||||||||||
- Defined in src/app/app.component.ts:36
- |
- ||||||||||||
+ Defined in src/app/app.component.ts:39
+ |
+ ||||||||||||
-
- Parameters :
-
-
-
-
-
- Returns :
- void
-
-
-
-
+
+ Parameters :
+
+
+
+ Returns :
+ void
+
+
+
+
|
||||||||||||
- Defined in src/app/app.component.ts:31
- |
- ||||||||||||
+ Defined in src/app/app.component.ts:34
+ |
+ ||||||||||||
- |
import { Component, OnInit } from '@angular/core';
import { NavigationEnd, Router } from '@angular/router';
@@ -467,7 +531,10 @@
selectedMenu: Menu;
menuArray: Menu[];
- constructor(private menuService: MenuService, private router: Router) {
+ constructor(
+ private menuService: MenuService,
+ private router: Router
+ ) {
this.router.events.pipe(filter(event => event instanceof NavigationEnd)).subscribe(event => {
const urlAfterRedirectsKey = 'urlAfterRedirects';
const path = event[urlAfterRedirectsKey];
@@ -492,7 +559,7 @@
<awg-corner-ribbon></awg-corner-ribbon>
<awg-header></awg-header>
@@ -503,14 +570,14 @@
./app.component.css
+
@@ -73,7 +136,7 @@
selector | awg-contact-address |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
styleUrls | ./contact-address.component.css |
@@ -127,7 +193,7 @@
selector | awg-contact-citation |
styleUrls | ./contact-citation.component.css |
@@ -116,7 +182,7 @@
selector | awg-contact |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
styleUrls | ./contact.component.css |
@@ -117,7 +183,7 @@
selector | awg-contact-imprint |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
styleUrls | ./contact-imprint.component.css |
@@ -127,7 +193,7 @@
selector | awg-corner-ribbon |
styleUrls | ./corner-ribbon.component.css |
@@ -122,7 +188,7 @@
- - | -
+ + | +
- |
import { Component, OnInit } from '@angular/core';
@Component({
@@ -324,14 +390,14 @@
<div class="corner-ribbon top-left sticky red shadow">
<a href="{{ cornerRibbonLink }}">{{ cornerRibbonLabel | uppercase }}</a>
</div>
./corner-ribbon.component.css
+
@@ -73,7 +136,7 @@
selector | awg-edition |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
styleUrls | ./edition.component.css |
@@ -117,7 +183,7 @@
selector | awg-edition-online |
styleUrls | ./edition-online.component.css |
@@ -123,7 +189,7 @@
@@ -168,7 +235,7 @@ Methods |
- - | -
+ + | +
- |
- - | -
+ + | +
- |
import { AfterViewInit, Component, OnDestroy, TemplateRef, ViewChild } from '@angular/core';
import { PortalService } from '@awg-core/page/page-services/portal.service';
@@ -372,7 +440,7 @@
<p class="para" i18n>Modellhafter Prototyp einer AWG-Online-Edition:</p>
<p class="para">
@@ -396,14 +464,14 @@
./edition-online.component.css
+
@@ -76,11 +139,11 @@
AfterViewInit
- OnDestroy
+ OnDestroy
selector | awg-edition-outline |
styleUrls | ./edition-outline.component.css |
@@ -123,7 +189,7 @@
- - | -
+ + | +
- |
- - | -
+ + | +
- |
- - | -
+ + | +
- |
- - | -
+ + | +
- |
import { NestedTreeControl } from '@angular/cdk/tree';
import { AfterViewInit, Component, OnDestroy, TemplateRef, ViewChild } from '@angular/core';
import { MatTreeNestedDataSource } from '@angular/material/tree';
@@ -866,7 +934,7 @@
<div style="text-align: right">
<button mat-raised-button (click)="isAllCollapsed ? expandAll() : collapseAll()">
<ng-container *ngIf="isAllCollapsed" i18n>Alles ausklappen</ng-container>
@@ -924,7 +992,7 @@
./edition-outline.component.css
+
@@ -76,11 +139,11 @@
AfterViewInit
- OnDestroy
+ OnDestroy
selector | awg-edition-overview |
styleUrls | ./edition-overview.component.css |
@@ -123,7 +189,7 @@
@@ -168,7 +235,7 @@ Methods |
- - | -
+ + | +
- |
- - | -
+ + | +
- |
import { AfterViewInit, Component, OnDestroy, TemplateRef, ViewChild } from '@angular/core';
import { PortalService } from '@awg-core/page/page-services/portal.service';
@@ -372,7 +440,7 @@
<p class="para" i18n>Die Anton Webern Gesamtausgabe ist eine historisch-kritische Notenedition.</p>
<p i18n>
@@ -431,14 +499,14 @@
./edition-overview.component.css
+
@@ -76,11 +139,11 @@
AfterViewInit
- OnDestroy
+ OnDestroy
selector | awg-edition-print |
styleUrls | ./edition-print.component.css |
@@ -123,7 +189,7 @@
@@ -168,7 +235,7 @@ Methods |
- - | -
+ + | +
- |
- - | -
+ + | +
- |
import { AfterViewInit, Component, OnDestroy, TemplateRef, ViewChild } from '@angular/core';
import { PortalService } from '@awg-core/page/page-services/portal.service';
@@ -372,7 +440,7 @@
<p class="para" i18n>
Innerhalb folgender <a [routerLink]="['/edition', 'outline']">Gliederung</a>seinheiten der Anton Webern
Gesamtausgabe sind Print-Editionen geplant:
@@ -409,7 +477,7 @@
./edition-print.component.css
+
@@ -75,11 +138,11 @@
- OnInit
+ OnInit
selector | awg-footer |
styleUrls | ./footer.component.css |
@@ -122,7 +188,7 @@
- Defined in src/app/core/footer/footer.component.ts:13
- |
-
+ Defined in src/app/core/footer/footer.component.ts:13
+ |
+
- |
import { Component, OnInit } from '@angular/core';
@Component({
@@ -283,7 +349,7 @@
<div id="footer">
<div class="content">
<div class="left">
@@ -305,14 +371,14 @@
./footer.component.css
+
@@ -75,11 +138,11 @@
- OnInit
+ OnInit
selector | awg-header |
styleUrls | ./header.component.css |
@@ -122,7 +188,7 @@
- Defined in src/app/core/header/header.component.ts:11
- |
- |
+ Defined in src/app/core/header/header.component.ts:11
+ |
+ |
- |
selector | awg-locale-switcher |
styleUrls | ./locale-switcher.component.css |
@@ -116,7 +182,7 @@