18.0.2 • Published 12 months ago

@juulsgaard/ngx-tools v18.0.2

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

Angular Tools

NPM License NPM License NPM Downloads

Basic utilities for working with Angular

Setup

Styles

When using the library make sure to import the styles. There is also an optional CSS reset file you can include.

@use "@juulsgaard/ngx-tools/styles/reset"; // Options CSS Reset
@use "@juulsgaard/ngx-tools"; // All styles for NGX Tools

Theme

If you want to customise the theming, then make sure to register custom theming values using /theme like so:

@use '@juulsgaard/ngx-tools/theme' as theme;

:root {
  @include theme.ngx-light-theme(
      $primary: #455a64,
      $accent: #8d6e63,
      $background: #f0f0f0,
      $foreground: #FFFFFF
  );
}

All values are optional. The values shown for the default values for the light theme.

You can also use a dark theme like so:

@use '@juulsgaard/ngx-tools/theme' as theme;

:root {
  @include theme.ngx-dark-theme(
      $primary: #7986cb,
      $accent: #ff4081,
      $background: #121212,
      $foreground: #191919
  );
}
18.0.2

12 months ago

18.0.1

1 year ago

18.0.0

1 year ago

17.1.5

1 year ago

17.1.4

1 year ago

17.1.3

1 year ago

17.1.2

1 year ago

17.0.10

1 year ago

17.1.1

1 year ago

17.0.9

1 year ago

17.1.0

1 year ago

17.0.8

1 year ago

17.0.5

1 year ago

17.0.4

1 year ago

17.0.7

1 year ago

17.0.6

1 year ago

17.0.3

1 year ago

17.0.2

1 year ago

17.0.1

1 year ago

17.0.0

1 year ago

16.1.40

1 year ago

16.1.39

1 year ago

16.1.38

1 year ago

16.1.37

1 year ago

16.1.36

2 years ago

16.1.35

2 years ago

16.1.32

2 years ago

16.1.31

2 years ago

16.1.34

2 years ago

16.1.33

2 years ago

16.1.30

2 years ago

16.1.29

2 years ago

16.1.28

2 years ago

16.1.27

2 years ago

16.1.26

2 years ago

16.1.25

2 years ago

16.1.24

2 years ago

16.1.23

2 years ago

16.1.22

2 years ago

16.1.21

2 years ago

16.1.20

2 years ago

16.1.19

2 years ago

16.1.18

2 years ago

16.1.17

2 years ago

16.1.16

2 years ago

16.1.15

2 years ago

16.1.14

2 years ago

16.1.13

2 years ago

16.1.12

2 years ago

16.1.11

2 years ago

16.1.10

2 years ago

16.1.9

2 years ago

16.1.8

2 years ago

16.1.7

2 years ago

16.1.6

2 years ago