@opra/angular 1.0.0-alpha.17 → 1.0.0-alpha.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,3 @@
1
- /// <reference path="angular-backend.ngtypecheck.d.ts" />
2
1
  import { HttpContext, HttpParams } from '@angular/common/http';
3
2
  import * as Angular from '@angular/common/http';
4
3
  import { HttpBackend, HttpEvent, HttpResponse } from '@opra/client';
@@ -1,4 +1,3 @@
1
- /// <reference path="angular-client.ngtypecheck.d.ts" />
2
1
  import { HttpClient } from '@angular/common/http';
3
2
  import { HttpClientBase, kBackend } from '@opra/client';
4
3
  import { AngularBackend } from './angular-backend';
@@ -1,4 +1,3 @@
1
- /// <reference path="client.module.ngtypecheck.d.ts" />
2
1
  import { ModuleWithProviders, Type } from '@angular/core';
3
2
  import { OpraClientModuleAsyncOptions, OpraClientModuleOptions } from './interfaces/module-options.interface';
4
3
  import * as i0 from "@angular/core";
package/constants.d.ts CHANGED
@@ -1,2 +1 @@
1
- /// <reference path="constants.ngtypecheck.d.ts" />
2
1
  export declare const OPRA_CLIENT_MODULE_OPTIONS = "OPRA_CLIENT_MODULE_OPTIONS";
@@ -1,4 +1,3 @@
1
- /// <reference path="module-options.interface.ngtypecheck.d.ts" />
2
1
  import { InjectionToken, NgModule, Type } from '@angular/core';
3
2
  import type { StrictOmit } from 'ts-gems';
4
3
  import { AngularBackend } from '../angular-backend.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opra/angular",
3
- "version": "1.0.0-alpha.17",
3
+ "version": "1.0.0-alpha.18",
4
4
  "description": "Opra internationalization package",
5
5
  "author": "Panates",
6
6
  "license": "MIT",
@@ -13,7 +13,7 @@
13
13
  "@angular/common": ">= 15.0.0",
14
14
  "@angular/core": ">= 15.0.0",
15
15
  "@browsery/type-is": "^1.6.18-r3",
16
- "@opra/client": "^1.0.0-alpha.17",
16
+ "@opra/client": "^1.0.0-alpha.18",
17
17
  "rxjs": "^7.8.1",
18
18
  "ts-gems": "^3.0.0"
19
19
  },
package/public_api.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference path="public_api.ngtypecheck.d.ts" />
2
1
  export * from './angular-backend';
3
2
  export * from './client.module';
4
3
  export * from './constants';