mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
examples: update angular-example to Angular v13 (#3325)
* examples: update angular-example to Angular v13 * meta: upgrade TS version accross the board * meta: upgrade ESLint packages * Fix angular-examples tests * bump lock file * fix type conflict * Upgrade `ng-packagr`
This commit is contained in:
parent
7003ac48aa
commit
cd8af60bfb
20 changed files with 3478 additions and 4049 deletions
|
|
@ -26,6 +26,6 @@ describe('AppComponent', () => {
|
|||
const fixture = TestBed.createComponent(AppComponent)
|
||||
fixture.detectChanges()
|
||||
const compiled = fixture.nativeElement
|
||||
expect(compiled.querySelector('.content span').textContent).toContain('angular-example app is running!')
|
||||
expect(compiled.textContent).toContain('Uppy Angular Example')
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue