We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DaffInMemoryDriverBase#url
1 parent b63c962 commit 91e28deCopy full SHA for 91e28de
libs/driver/in-memory/src/driver/base.class.ts
@@ -6,6 +6,7 @@ import { InMemoryBackendConfigArgs } from 'angular-in-memory-web-api';
6
export abstract class DaffInMemoryDriverBase {
7
/**
8
* The URL of the corresponding backend.
9
+ * Does not include a trailing slash, it is of the form: `/<api base>/<collection name>`.
10
*/
11
protected readonly url = `/${this.config.apiBase}/${this.collectionName}`;
12
0 commit comments