This documentation is not maintained. Please refer to doc.castsoftware.com/technologies to find the latest updates.

This extension was previously (in version 1.0, 1.1, and 1.2) known as TypeScript and Angular.

1.7.1-funcrel

Resolved Issues

Customer Ticket IdDetails
28120Missing access to MongoDB collections fixed
28098Fixed missing link beteen TypeScript object and SQL tables
Callee TypeCaller TypeDetails
TypeScript MethodAngular ComponentAdded link from Angular Component to Lifecycle Hook Methods

1.7.0-funcrel

Resolved Issues

Customer Ticket IdDetails
27001Fixed issue slowing evaluation of strings
27132Evaluation of url from request method improved

1.7.0-beta3

Resolved Issues

Customer Ticket IdDetails
26353Fixed missing links and objects in NodeJS application.
26613Prevent names of SQL queries from ending with "\".

New Support

SummaryDetails
Support AWS SQS with SDKAWS SQS is now supported when used with SDK.
Support AWS Lambda with serverless framework and CloudFormationAWS Lambda is now supported when created using serverless framework or AWS CloudFormation.

1.7.0-beta2

New Support

SummaryDetails
Support for NestJSAdded support for NestJS Controllers, Middlewares and HttpModule
Support for Node-MongoDB-nativeAdded support for database access using the Node-MongoDB-native framework.

1.7.0-beta1

Resolved Issues

Customer Ticket IdDetails
25577Missing link in Angular fixed
25649String evaluation when using Enum is now supported

New Support

SummaryDetails
Support axiosAxios web service calls are now supported.
Support fetch ApiFetch web service requests are now supported.
Support fastifyFastify web service operations are now supported.
Support nullish coalescing operator "??"This operator was added in Node.js 14.