Outline
- Fundamentals of ag-Grid with Angular
- Fundamentals of ag-Grid with Angular: Data
- Fundamentals of ag-Grid with Angular: Columns
- Fundamentals of ag-Grid with Angular: Filtering
- Fundamentals of ag-Grid with Angular: Rows
- Fundamentals of ag-Grid with Angular: Styling
- Fundamentals of ag-Grid with Angular: Cell Editing
- Fundamentals of ag-Grid with Angular: Custom Components
Outline
- Fundamentals of ag-Grid with Angular
- Fundamentals of ag-Grid with Angular: Data
- Fundamentals of ag-Grid with Angular: Columns
- Fundamentals of ag-Grid with Angular: Filtering
- Fundamentals of ag-Grid with Angular: Rows
- Fundamentals of ag-Grid with Angular: Styling
- Fundamentals of ag-Grid with Angular: Cell Editing
- Fundamentals of ag-Grid with Angular: Custom Components
Hi there 👋
My name is Brian Love, and I'm excited to teach you how to use ag-Grid with Angular.
A little bit about me:
- I am a Google Developer Expert in Web Technologies and Angular
- I enjoy sharing what I learn through writing, speaking and creating course videos (like this)
- I also enjoy traveling, hiking, camping, and a hoppy beer
You can connect with me:
- On Twitter: https://twitter.com/brian_love
- On my blog: https://brianflove.com
Some things I'm up to:
- Building Polaris: an AI-powered Site Reliability platform
- Angular architecture reviews and consulting: https://liveloveapp.com
- Sharing best practices and expert advice: https://lookout.dev
What is ag-Grid?
- The best JavaScript grid in the world
- Feature packed
- Industry leading
- Community and enterprise
ag-Grid + Angular
- Component-based implementation
- TypeScript
- Custom components
Course Objectives
- Learn how to use ag-Grid for displaying, sorting, filtering, and modifying data in your Angular applications.
- Learn how to style and theme ag-Grid.
- Learn how to customize and extend the functionality of ag-Grid.
Course Outline
- Getting started with ag-Grid.
- Displaying and rendering data.
- Customizing column and row behaviors and functionality.
- Using ag-Grid features like sorting and filtering.
- Styling and theming ag-Grid.
- Editing data in ag-Grid.
- Building custom Angular components for ag-Grid.
Follow Along
You can follow along with the demonstrations in this course by cloning the GitHub repository:
git clone https://github.com/ag-grid/thinkster.git
cd thinkster/angular
npm install
npm start