Public API

@angular-package/sass public API

Features to @use.

@use '@angular-package/sass';

Comparison

The @angular-package/sass/comparisonarrow-up-right module to compare single or multiple values with a specified operator.

@use '@angular-package/sass/comparison';
@use '@angular-package/sass/comparison/greater';
@use '@angular-package/sass/comparison/less';
Overviewchevron-right

List

The sass:listarrow-up-right is extended by @angular-package/sass/listarrow-up-right - module lets you access and modify values in lists.

@use '@angular-package/sass/list';
@use '@angular-package/sass/list/get';
@use '@angular-package/sass/list/has';
@use '@angular-package/sass/list/remove';
Overviewchevron-right

Map

The sass:maparrow-up-right is extended by @angular-package/sass/maparrow-up-right - module makes it possible to look up the value associated with a key in a map, and much more.

Overviewchevron-right

Math

The sass:matharrow-up-right is extended by @angular-package/sass/matharrow-up-right - module provides functions that operate on numbers.

Overviewchevron-right

Meta

The sass:metaarrow-up-right is extended by @angular-package/sass/metaarrow-up-right - module exposes the details of Sass’s inner workings.

Overviewchevron-right

String

The sass:stringarrow-up-right is extended by @angular-package/sass/stringarrow-up-right - module makes it easy to combine, search, or split apart strings.

Overviewchevron-right

Translator

The @angular-package/sass/translatorarrow-up-right module handles global dictionary to translate words.

Overviewchevron-right

Values

The @angular-package/sass/valuesarrow-up-right module to modify arbitrary values.

Overviewchevron-right

Last updated