Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gentics/mesh-angular-example
Gentics Mesh Angular Example
https://github.com/gentics/mesh-angular-example
angular gentics-mesh
Last synced: about 2 months ago
JSON representation
Gentics Mesh Angular Example
- Host: GitHub
- URL: https://github.com/gentics/mesh-angular-example
- Owner: gentics
- Created: 2015-11-12T14:57:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T10:51:49.000Z (about 2 years ago)
- Last Synced: 2024-08-04T13:03:15.074Z (5 months ago)
- Topics: angular, gentics-mesh
- Language: TypeScript
- Homepage:
- Size: 3.18 MB
- Stars: 6
- Watchers: 23
- Forks: 4
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mesh Angular Demo
This is a simple example application intended to demonstrate a few of the features of Gentics Mesh
([getmesh.io](http://getmesh.io)).All calls to the Mesh API endpoints are made from the [`MeshService`](src/app/mesh-data.service.ts). The rest of the
app logic is contained in the [app component](src/app/app.component.ts) file.The app is using Angular and built with [Angular CLI](https://github.com/angular/angular-cli). Run `npm start`
to start a dev server at `http://localhost:3000/`, `npm run build` to build the project to `dist/`.This is intended to be an extremely simple example. Therefore the implementations
are necessarily naive. The idea is to provide a way to see the Mesh API in action and provide an example for
interested developers to experiment with.