Skip to content

Commit

Permalink
docs(storybook): add angular style setup example (#330)
Browse files Browse the repository at this point in the history
* Updated ScaleAndAngularDE

* Updated ScaleAndAngularEN

* docs: Update packages/storybook-vue/stories/2_for_developers/03.ScaleAndAngular_en.md

* docs: Update packages/storybook-vue/stories/2_for_developers/03.ScaleAndAngular_de.md

* style: format md

Co-authored-by: Daniel Beck <daniel@beck.win>
  • Loading branch information
jamie-magenta and nowseemee authored May 12, 2021
1 parent d9c703e commit b6f979c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ import { AppComponent } from './app.component';
export class AppModule {}
```

## angular.json

```json
{
"build": {
"styles": [
"node_modules/@telekom/scale-components/dist/scale-components/scale-components.css"
]
}
}

## src/app.component.html

```html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ import { AppComponent } from './app.component';
export class AppModule {}
```

## angular.json

```json
{
"build": {
"styles": [
"node_modules/@telekom/scale-components/dist/scale-components/scale-components.css"
]
}
}

## src/app.component.html

```html
Expand Down

0 comments on commit b6f979c

Please sign in to comment.