Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

post409 option in InMemoryBackEndConfigArgs labelled incorrectly #261

@dylanesque

Description

@dylanesque

Lines 74-78 from interfaces.d.ts:

/**
    * false (default) should NOT update existing item with POST. false: OK to update.
    */
    post409?: boolean;
    /**

Which is which? There's also the question of this feature being broken entirely, since setting the value to 'true' in 'app.module.ts' doesn't seem to change anything:

  HttpClientInMemoryWebApiModule.forRoot(
      InMemoryDataService, { dataEncapsulation: false, delay: 500, post409: true }
    ),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions