From 053f24875dad72c7a6b3198fb3ab0920d98bac9f Mon Sep 17 00:00:00 2001 From: Arman Ozak Date: Wed, 31 Mar 2021 12:40:54 +0300 Subject: [PATCH] add module import to theme lepton custom menu content --- en/ui/angular/theme-lepton-custom-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/ui/angular/theme-lepton-custom-style.md b/en/ui/angular/theme-lepton-custom-style.md index 82adcf8a..c9071298 100644 --- a/en/ui/angular/theme-lepton-custom-style.md +++ b/en/ui/angular/theme-lepton-custom-style.md @@ -87,7 +87,7 @@ Now, pass this component as `contentAfterRoutes` option to `ThemeLeptonModule`. @NgModule({ imports: [ // other imports are removed for sake of brevity - + SupportLinkModule, ThemeLeptonModule.forRoot({ contentAfterRoutes: [SupportLinkComponent], })