1.65.0 • Published 2 years ago

@albdigitalteam/core v1.65.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

NOTE: The architecture of this project follows the criteria defined by the ALB Digital Team's Team Front-end. All procedures and standards expected in the development can be consulted on the official Wiki on Azure DevOps. This documentation is intended to explain how to develop, test, build, and release application.

ALB Digital Team Core contains foundational javascript library that provides platform-independent classes and rules.

  • Services is a comprehensive javascript module to assist in http communication between apis and data manipulation.

  • Utils is a collection of JS utilities to help you quickly in any project.

ALB Digital Team Commitizen friendly Build Status semantic-release

Installation

@albdigitalteam/core

ALB Digital Team Core is available as an npm package.

// with npm
$ npm install @albdigitalteam/core --save

// with yarn
$ yarn add @albdigitalteam/core

Getting started

Here is an example of a basic app using HttpClient service:

import { HttpClientService, IHttpClient } from '@albdigitalteam/core/services'

class FooService {
  constructor(private readonly httpClient: IHttpClient) {}

  bar = () => this.httpClient.get('/baz/kuux')
}
1.65.0

2 years ago

1.64.0

2 years ago

1.63.0

2 years ago

1.62.0

2 years ago

1.61.0

2 years ago

1.60.0

2 years ago

1.59.0

2 years ago

1.58.0

2 years ago

1.57.0

2 years ago

1.56.0

2 years ago

1.55.0

2 years ago

1.54.0

2 years ago

1.53.0

2 years ago

1.52.0

2 years ago

1.51.0

3 years ago

1.50.0

3 years ago

1.49.0

3 years ago

1.48.0

3 years ago

1.47.0

3 years ago

1.46.0

3 years ago

1.45.0

3 years ago

1.44.0

3 years ago

1.43.0

3 years ago

1.42.0

3 years ago

1.41.0

3 years ago

1.40.0

3 years ago

1.39.0

3 years ago

1.38.0

3 years ago

1.37.0

3 years ago

1.36.0

3 years ago

1.35.0

3 years ago

1.34.0

3 years ago

1.33.0

3 years ago

1.32.0

3 years ago

1.31.0

3 years ago

1.30.0

3 years ago

1.29.0

3 years ago

1.28.0

3 years ago

1.27.0

3 years ago

1.26.0

3 years ago

1.25.0

3 years ago

1.24.0

3 years ago

1.23.0

3 years ago

1.22.0

3 years ago

1.21.0

3 years ago

1.20.0

3 years ago

1.19.0

3 years ago

1.18.0

3 years ago

1.17.0

3 years ago

1.16.0

3 years ago

1.15.0

3 years ago

1.14.0

3 years ago

1.13.0

3 years ago

1.12.0

3 years ago

1.11.0

3 years ago

1.10.0

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago