Socket
Socket
Sign inDemoInstall

@angular/build

Package Overview
Dependencies
394
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @angular/build

Official build system for Angular


Version published
Weekly downloads
7.4K
increased by303.62%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

18.0.0-next.3 (2024-04-17)

Breaking Changes

@angular/cli

  • The ng doc command has been removed without a replacement. To perform searches, please visit www.angular.dev

@angular-devkit/build-angular

  • By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the index option to specify the output file name.

    "architect": {
      "build": {
        "builder": "@angular-devkit/build-angular:application",
        "options": {
          "outputPath": "dist/my-app",
          "index": {
            "input": "src/index.html",
            "output": "index.html"
          }
        }
      }
    }
    

@angular/cli

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | -------- | ----------------------- | | 03eee0545 | refactor | remove ng doc command |

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------------------- | | 83d1d233a | feat | enhance Sass rebasing importer for resources URL defined in variables and handling of external paths | | d51cb598a | feat | inject event-dispatch in SSR HTML page | | 1c3ff61db | fix | address Unable to deserialize cloned data issue with Yarn PnP | | 2acf95a94 | fix | do not generate an index.html file in the browser directory when using SSR. | | afa76bb36 | fix | ensure esbuild-based builders exclusively produce ESM output | | 43816a5b2 | fix | remove type="text/css" from style tag |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.5"></a>

Readme

Source

Angular Build System for Applications and Libraries

The sources for this package are in the Angular CLI repository. Please file issues and pull requests against that repository.

Usage information and reference details can be found in repository README file.

Keywords

FAQs

Last updated on 23 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc