Replace mock-api with real api
This commit is contained in:
parent
5193a5b48e
commit
aabde2b401
110 changed files with 16045 additions and 3742 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import {AdxUri} from '@adxp/mock-api'
|
||||
import {AdxUri} from '../../third-party/uri'
|
||||
|
||||
export function pluralize(n: number, base: string, plural?: string): string {
|
||||
if (n === 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue