Skip to content

dgp1130/angular-aitools-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Angular AITools

Testing out potential AI integrations for Angular DevTools.

This is just an experiment with AI and Angular, not a commitment to anything in particular.

How to run

Add a Gemini API key to extension/src/.api_key.ts:

export const API_KEY = '...';

Build the extension:

(cd extension/ && npm run -s build)

Install the extension from chrome://extensions. Load the unpacked extension from ${projectRoot}/extension/dist/angular-aitools/browser/.

Start the demo devserver:

(cd demo/ && npm start)

Open http://localhost:4200/ and inspect the page. Switch to the Angular AITools tab. Ask a question about DI on the page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published