This is a simple application to expose example angular module as microfrontend to another application
2 | -------------------------------------------------------------------------------- /angular-mfe1/src/app/components/welcome/welcome.component.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilya-isupov/multi-framework-module-federation/a80b7c7010ad21ae99c4645a41ce6502a2cb9138/angular-mfe1/src/app/components/welcome/welcome.component.less -------------------------------------------------------------------------------- /angular-mfe1/src/app/components/welcome/welcome.component.spec.ts: -------------------------------------------------------------------------------- 1 | import { ComponentFixture, TestBed } from '@angular/core/testing'; 2 | 3 | import { WelcomeComponent } from './welcome.component'; 4 | 5 | describe('WelcomeComponent', () => { 6 | let component: WelcomeComponent; 7 | let fixture: ComponentFixturewelcome works!
2 | -------------------------------------------------------------------------------- /angular-mfe2/src/app/components/welcome/welcome.component.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilya-isupov/multi-framework-module-federation/a80b7c7010ad21ae99c4645a41ce6502a2cb9138/angular-mfe2/src/app/components/welcome/welcome.component.less -------------------------------------------------------------------------------- /angular-mfe2/src/app/components/welcome/welcome.component.spec.ts: -------------------------------------------------------------------------------- 1 | import { ComponentFixture, TestBed } from '@angular/core/testing'; 2 | 3 | import { WelcomeComponent } from './welcome.component'; 4 | 5 | describe('WelcomeComponent', () => { 6 | let component: WelcomeComponent; 7 | let fixture: ComponentFixturewelcome works!
2 | Notes counter link 3 | -------------------------------------------------------------------------------- /angular-mfe3/src/app/components/welcome/welcome.component.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilya-isupov/multi-framework-module-federation/a80b7c7010ad21ae99c4645a41ce6502a2cb9138/angular-mfe3/src/app/components/welcome/welcome.component.less -------------------------------------------------------------------------------- /angular-mfe3/src/app/components/welcome/welcome.component.spec.ts: -------------------------------------------------------------------------------- 1 | import { ComponentFixture, TestBed } from '@angular/core/testing'; 2 | 3 | import { WelcomeComponent } from './welcome.component'; 4 | 5 | describe('WelcomeComponent', () => { 6 | let component: WelcomeComponent; 7 | let fixture: ComponentFixture14 | Still loading.. 15 |
16 |17 |
18 |5 | Still loading.. 6 |
7 |4 | Still loading.. 5 |
6 |5 | Still loading.. 6 |
7 |