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

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 }
    ),

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions