Angular

Fundamentals of ag-Grid with Angular

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:

Some things I'm up to:

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

  1. Getting started with ag-Grid.
  2. Displaying and rendering data.
  3. Customizing column and row behaviors and functionality.
  4. Using ag-Grid features like sorting and filtering.
  5. Styling and theming ag-Grid.
  6. Editing data in ag-Grid.
  7. 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
 

I finished! On to the next chapter