@kanutan93/core

Teradata UI Platform built on Angular Material

Usage no npm install needed!

<script type="module">
  import kanutan93Core from 'https://cdn.skypack.dev/@kanutan93/core';
</script>

README

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 @kanutan93/core

Setup

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

import { CovalentLayoutModule } from '@kanutan93/core/layout';
import { CovalentStepsModule  } from '@kanutan93/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 @kanutan93/core/common/platform.css (includes icons).