From 5a09ef1da3c19b0b9ba1d495f864d960e3c801a0 Mon Sep 17 00:00:00 2001 From: Moises Santos Date: Sat, 9 Mar 2024 20:38:18 -0300 Subject: [PATCH 1/2] docs: adding AngularJS examples. --- versioned_docs/version-6.x/examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/versioned_docs/version-6.x/examples.md b/versioned_docs/version-6.x/examples.md index 7763191bd..3476f378d 100644 --- a/versioned_docs/version-6.x/examples.md +++ b/versioned_docs/version-6.x/examples.md @@ -46,5 +46,6 @@ sidebar_label: Resources - [single-spa-apollo-cleint-auth-with-apollo-federation-backend](https://github.com/hashaneranda/hotel-app) is a single spa frontend example for hotel app with authentication, styled-components, apollo-client for graphql along with apollo federation microservice backend - [single-spa-react-angular](https://github.com/nitinreddy3/react-ng-spa-app) a multi-framework example with React and Angular. This app uses routes to render the React and Angular apps. - [vite-ts-single-spa-root-config](https://github.com/long-woo/vite-ts-single-spa-root-config): Create a root config example of single-spa using vite and typescript. +- [single-spa-angularjs-starter](https://github.com/mbarbosasan/single-spa-angularjs-starter): A simple starter for AngularJS with Webpack and Angular 15 with standalone components. Have your own example or starter repo? [Submit a PR](https://github.com/single-spa/single-spa.js.org/edit/master/website/versioned_docs/version-5.x/examples.md) to add yours to this list. From 4797507533f8c492e84195ac78d775165bc605c8 Mon Sep 17 00:00:00 2001 From: Moises Santos Date: Sat, 9 Mar 2024 20:46:36 -0300 Subject: [PATCH 2/2] docs: adding AngularJS examples. --- versioned_docs/version-6.x/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-6.x/examples.md b/versioned_docs/version-6.x/examples.md index 3476f378d..c13d0591d 100644 --- a/versioned_docs/version-6.x/examples.md +++ b/versioned_docs/version-6.x/examples.md @@ -46,6 +46,6 @@ sidebar_label: Resources - [single-spa-apollo-cleint-auth-with-apollo-federation-backend](https://github.com/hashaneranda/hotel-app) is a single spa frontend example for hotel app with authentication, styled-components, apollo-client for graphql along with apollo federation microservice backend - [single-spa-react-angular](https://github.com/nitinreddy3/react-ng-spa-app) a multi-framework example with React and Angular. This app uses routes to render the React and Angular apps. - [vite-ts-single-spa-root-config](https://github.com/long-woo/vite-ts-single-spa-root-config): Create a root config example of single-spa using vite and typescript. -- [single-spa-angularjs-starter](https://github.com/mbarbosasan/single-spa-angularjs-starter): A simple starter for AngularJS with Webpack and Angular 15 with standalone components. +- [single-spa-angularjs-starter](https://github.com/mbarbosasan/single-spa-angularjs-starter): A simple starter for AngularJS with Webpack, rendering a parcel of Angular 15 with standalone components. Have your own example or starter repo? [Submit a PR](https://github.com/single-spa/single-spa.js.org/edit/master/website/versioned_docs/version-5.x/examples.md) to add yours to this list.