Activity 32: Angular Library Grid
- library.model.ts

- library.component.ts

- library.component.html

- library.component.css

Make sure you have myGridItems, gridHeaders, and gridKeys defined in your app.component.ts.
Explanation:
Library Structure: We created a library project with a
gridcomponent.Input Properties: The
@Input()decorator allows you to pass data from your main application to thegridcomponent.Grid Layout: The
grid.component.htmluses a basic HTML table for the grid structure.Building and Publishing: The
ng buildandng publishcommands create a distributable library package that you can install in your application.
GITHUB LINK: https://github.com/Gerliedao-ayan/activity32
FIREBASE LINK: https://activity32-ed726.web.app/
