Angular

How to Add Version to Angular Application

A simple guide to add a version to an interface for an Angular application.

Hoang Subin
Published in
2 min readSep 8, 2020

--

Photo by Ardalan hamedani on Unsplash

In this article, I will share a simple configuration to import the package.json file into your Angular application.

  1. Import @types/node
  2. Add configuration to tsconfig.app.json

--

--