diff --git a/apps/conv-learning-manager/src/assets/bg/dot-bg.jpg b/apps/conv-learning-manager/src/assets/bg/dot-bg.jpg new file mode 100644 index 0000000000..592bbda9d0 Binary files /dev/null and b/apps/conv-learning-manager/src/assets/bg/dot-bg.jpg differ diff --git a/libs/elements/layout/page-convl/src/lib/components/convl-sidemenu/convl-sidemenu.component.ts b/libs/elements/layout/page-convl/src/lib/components/convl-sidemenu/convl-sidemenu.component.ts index 3a4ec85a3d..1c5efbc28b 100644 --- a/libs/elements/layout/page-convl/src/lib/components/convl-sidemenu/convl-sidemenu.component.ts +++ b/libs/elements/layout/page-convl/src/lib/components/convl-sidemenu/convl-sidemenu.component.ts @@ -1,4 +1,4 @@ -import { Component, Inject, Input, OnDestroy, OnInit } from '@angular/core'; +import { AfterViewInit, Component, Inject, Input, OnDestroy } from '@angular/core'; import { Router } from '@angular/router'; import { SubSink } from 'subsink'; @@ -19,7 +19,7 @@ import { slideToggle, slideUp } from '../../providers/side-menu-constants.functi templateUrl: './convl-sidemenu.component.html', styleUrls: [ './convl-sidemenu.component.scss' ] }) -export class ConvlSideMenuComponent implements OnInit, OnDestroy +export class ConvlSideMenuComponent implements AfterViewInit, OnDestroy { private _sbS = new SubSink(); @@ -52,12 +52,6 @@ export class ConvlSideMenuComponent implements OnInit, OnDestroy ); } - ngOnInit() - { - this.projectName = this._env.project.name; - this.projectInfo = this._env.project.info; - } - ngAfterViewInit(): void { const featureName = this._router$$.url.split('/')[1]; diff --git a/libs/features/convs-mgr/modules/src/lib/components/modules-lessons-grid-view/modules-lessons-grid-view.component.html b/libs/features/convs-mgr/modules/src/lib/components/modules-lessons-grid-view/modules-lessons-grid-view.component.html index 904b72df18..9a570e2c37 100644 --- a/libs/features/convs-mgr/modules/src/lib/components/modules-lessons-grid-view/modules-lessons-grid-view.component.html +++ b/libs/features/convs-mgr/modules/src/lib/components/modules-lessons-grid-view/modules-lessons-grid-view.component.html @@ -1,4 +1,4 @@ -
+