From 8d42e9fd7e883adf13de0699cfbfb362dff54193 Mon Sep 17 00:00:00 2001 From: floflausch <58124366+floflausch@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:00:27 +0200 Subject: [PATCH] Update angular.md (#1670) Added more instructions for clearity about what to do --- docs/pages/frameworks/angular.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/docs/pages/frameworks/angular.md b/docs/pages/frameworks/angular.md index 9b0914f0..1a0d512d 100644 --- a/docs/pages/frameworks/angular.md +++ b/docs/pages/frameworks/angular.md @@ -10,16 +10,41 @@ Angular [plays nice](https://custom-elements-everywhere.com/#angular) with custo ## Installation +### Download the npm package + To add Shoelace to your Angular app, install the package from npm. ```bash npm install @shoelace-style/shoelace ``` -Next, [include a theme](/getting-started/themes) and set the [base path](/getting-started/installation#setting-the-base-path) for icons and other assets. In this example, we'll import the light theme and use the CDN as a base path. +### Update the Angular Configuration + +Next, [include a theme](/getting-started/themes). In this example, we'll import the light theme. +Its also important to load the components, by using a