Skip to content

HappyJun0331/ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo 图片

TinyNG

An enterprise-class Angular UI component library.

English | 简体中文

Features

  • 70+ high-quality Angular components out of the box.
  • Support OnPush mode.
  • Use TypeScript.
  • Powerful theme customization with CSS variables.
  • Internationalization support for 7 languages.

Environment Support

  • Angular ^14.0.0
  • Modern browsers
Edge Firefox Chrome Safari
last 3 versions last 3 versions last 3 versions last 2 versions

Installation

$ npm install @opentiny/ng

Usage

Import the component modules you want to use into your module files.

import { TiButtonModule } from '@opentiny/ng';

@NgModule({
  imports: [ TiButtonModule ]
})
export class AppModule {
}

And import style file link in angular.json.

{
  "styles": [
+    "node_modules/@opentiny/ng/themes/styles.css",
+    "node_modules/@opentiny/ng/themes/theme-default.css",
  ]
}

See Getting Started for more details.

Development

$ git clone 代码仓 clone 地址
$ cd ng
$ npm install
$ npm start

Browser would open automatically.

Changelog

Detailed changes for each release are documented in the change logs.

FAQ

We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.

Contributing

We welcome all contributions. Please feel free to contribute code or discuss your idea.

Please read our CONTRIBUTING.md before submitting any ideas.

LICENSE

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.7%
  • HTML 18.2%
  • Less 6.8%
  • JavaScript 6.7%
  • CSS 0.4%
  • EJS 0.1%
  • Other 0.1%