@covalent/core
TypeScript icon, indicating that this package has built-in type declarations

8.7.0 • Public • Published

core

Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.

The core will have custom components that enforce standards and best practices through built-in design patterns.

Installation

This component can be installed as npm package.

npm i -save @covalent/core

Setup

Import the modules from @covalent/core as needed in your NgModule:

import { CovalentLayoutModule } from '@covalent/core/layout';
import { CovalentStepsModule  } from '@covalent/core/steps';
/* and many more */
@NgModule({
  imports: [
    CovalentLayoutModule,
    CovalentStepsModule,
    ...
  ],
  ...
})
export class MyModule {}

Styles, Icons and Theming

See theming in the covalent docs for more info

Core Teradata UI Platform comes with a base CSS file @covalent/core/common/platform.css (includes icons).

Running unit tests

Run nx test angular to execute the unit tests.

Readme

Keywords

none

Package Sidebar

Install

npm i @covalent/core

Weekly Downloads

6,522

Version

8.7.0

License

MIT

Unpacked Size

2.33 MB

Total Files

320

Last publish

Collaborators

  • ct186029
  • emoralesb05
  • juliemarie
  • odubya320