# @colabo-headless/i-core-backend

> Core package for isomorphic puzzles. Supports node.js backend environment

Latest version **0.1.7** (published 2022-11-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @colabo-headless/i-core-backend
pnpm add @colabo-headless/i-core-backend
yarn add @colabo-headless/i-core-backend
bun add @colabo-headless/i-core-backend
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.7 |
| Published | 2022-11-15 |
| First published | 2022-11-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 2.6 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | mprinc |

## Links

- npm: https://www.npmjs.com/package/@colabo-headless/i-core-backend
- Repository: https://github.com/Cha-OS/colabo
- Homepage: https://github.com/Cha-OS/colabo#readme
- Issues: https://github.com/Cha-OS/colabo/issues
- npm.io page: https://npm.io/package/@colabo-headless/i-core-backend

## Dependencies (5)

- [rxjs](https://npm.io/package/rxjs.md) ^7.5.7
- [axios](https://npm.io/package/axios.md) ^1.1.3
- [chalk](https://npm.io/package/chalk.md) ^4.1.2
- [axios-observable](https://npm.io/package/axios-observable.md) ^2.0.0
- [@colabo-utils/i-notifications](https://npm.io/package/@colabo-utils/i-notifications.md) ^0.1.3

## Recent versions

- 0.1.7 (latest) — 2022-11-15
- 1.3.0 (2025.02.15-Flow-in-TopiChat) — 2025-02-23
- 1.2.1 (2025.02.16-Restoring-TopiChat) — 2025-02-19
- 1.1.0 (2025.01.25-workspace-publishing-global) — 2025-02-12
- 1.0.0 (2025.01.01-workspace-publishing) — 2025-01-22
- 1.2.2 — 2025-02-23
- 1.2.0 — 2025-02-18
- 0.1.6 — 2022-11-15
- 0.1.5 — 2022-11-14
- 0.1.3 — 2022-11-14
- 0.1.2 — 2022-11-14

## README

# Intro

This is a NGLess common puzzle of ngless module of the Colabo.Space ecosystem

# Export

```sh
# It will create globaly accessable npm package `@colabo-headless/i-core-backend`
npm link
```

# Import

```sh
# Imports it in the local node_modules space of the hosting app
npm link @colabo-headless/i-core-backend
```

# How to use

In package add an alias:

```json
    "dependencies": {
 		"@colabo-headless/i-core": "npm:@colabo-headless/i-core-backend@0.1.2"
    }
```

# Workaround

The code should use `@angular` imports.

In the `colabo.,config.json` where we want to not use angular, we should do:

```json
    "symlinks": [
      {
        "comment": "We have to do this to make the code agnostic. In such a way, code will work with regular @angular in the frontend, and at the same time it will work in isomorphic through @colabo-ngless replacement",
        "from": "node_modules/@colabo-headless/i-core-backend",
        "to": "node_modules/@angular/core"
      }
```

---
_Source: https://npm.io/package/@colabo-headless/i-core-backend · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
