false.js 428 B

1234567891011121314
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. /**
  4. * @license
  5. * Copyright Google Inc. All Rights Reserved.
  6. *
  7. * Use of this source code is governed by an MIT-style license that can be
  8. * found in the LICENSE file at https://angular.io/license
  9. */
  10. const src_1 = require("../src");
  11. exports.default = src_1.createBuilder(() => ({
  12. success: false,
  13. error: 'False builder always errors.',
  14. }));