agnostic-angular v0.1.8
Getting started
From monorepo top-level root directory, run following to install all dependencies
npm runThe dist library should already be built, but to do so do the following from
here in the agnostic-angular package's top-level directory:
npm run build:ag # this will output libs to /distNow fire up the example app (currently a sort of kitchen sink of coponents rendered to the page):
npm run start # will serve at: http://localhost:4234/What to go look at
This set up leverages nx and so the first place you should look to understand details about the setup is at: agnostic-angular/angular.json The components in the examples are being rendered in agnostic-angular/apps/examples/src/app/app.component.html.
Storybook
npm run storybook4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago