tubular2
v0.23.0
Published
Grid library with Angular7 and Material2
Downloads
18
Readme
:star:Please star this project if you find it useful!
Tubular for Angular6 (formerly Tubular2) is a set of components based on Angular Material 2 featuring:
- Full Grid with sorting, filtering, exporting just like the previous Tubular for AngularJs component.
Important Notice - Although Tubular 1 contains several inputs and form related-components, this new version will contain ONLY a grid component. Current implementations of Material2 and Angular6 have enough support for forms. We recommend using Reactive Forms.
You can try Plunker demo.
Please visit the Tubular GitHub Page to learn how quickly you can start coding. See Related projects below to discover more Tubular libraries and backend solutions.
Running sample and tests
Common tasks are present as npm scripts:
npm start
to run a live-reload server with the sample appnpm build
to build the librarynpm lint
to lintnpm test
to test
Related Projects
Name | Type | Language/tech | Description -----|------|---------------|-------------- | Tubular for AngularJS (formerly Tubular) | Library | AngularJs | Tubular provides a set of directives and services using AngularJS as framework. | | Tubular for Angular6 (formerly Tubular2) | Library | Angular6 | New Tubular2 with Angular6 (Angular2) and Angular Material 2. | Tubular React | Library | React | Tubular-React is a DataGrid component using Material-UI | | Tubular Common | Library | Javascript/Typescript | Tubular Common provides TypeScript and Javascript models and data transformer to use any Tubular DataGrid component with an array of Javascript objects. | | Tubular Dotnet | Backend library | C#/.NET Core | Tubular provides .NET Framework and .NET Core Library to create REST service to use with Tubular Angular Components easily with any WebApi library (ASP.NET Web API for example). | | Tubular Nodejs | Backend Library | Javascript | Tubular Node.js provides an easy way to integrate Tubular Angular Components easily with any Node.js WebApi library. | | Tubular Boilerplate C# | Boilerplate | C# | Tubular Directives Boilerplate (includes AngularJS and Bootstrap) | | Tubular Boilerplate | Boilerplate | Javascript/AngularJS | Tubular Directives Boilerplate (includes AngularJS and Bootstrap). | | Tubular ASP.NET Core 2.0 Boilerplate | Boilerplate | C#/.NET Core | Tubular Directives Boilerplate (includes AngularJS and Bootstrap). |