angular-enterprise-example
angular-enterprise-example copied to clipboard
Scalable / Large Angular application structure example
It was pointed out to me that at the moment only a small sliver of the Angular community has touched all the right pieces of tooling, for this example repo...
Add more explanatory comments, and perhaps content in README files, throughout. Assume that the reader may be somewhat familiar with Angular but not that familiar with the techniques and use....
All the code currently in here is hand coded. Add an additional mechanism, which can be run to generate a configurable large number of additional modules, components. Use this to...
There have been (off-line) requests to make this example application slightly more realistic across the stack, by moving the data displayed out of JSON files (served by a piece of...
I would love to see some best practices for how to deploy this example, and hopefully be able to address questions similar to the following? - How would you put...
Initially all of the code in this example runs on Node. But many enterprise projects, including many that we work on at work, have either a monolithic or micro-service architecture...
This repository shows how to compile and run each application (in a suite of several applications) as a whole, including all of the modules it references. I have in mind...
This is another frequent request that has come in off-line: an example of an Angular UI talking to a SOAP server. It would make a good feature in this example...
This example shows how to split a large Angular application into many pieces, managed in a monorepo. Although fairly popular in 2017, there are also many organizations looking to scale...
This is a feature idea. Add: * example realistic (-ish) server which exposes a GraphQL endpoint. * example realistic UI module which consumes that. * use Apollo libraries in both....