0

Does anybody know is angular-ui-bootstrap.d.ts an analog for UI Bootstrap?

Does it fully covers ui bootstrap functionality? I tried to use TS $modal and seems that sometimes it works differently from it's js version.

Thanks, Vlad.

1 Answer 1

0

is a TypeScript analog for angular-ui.github.io/bootstrap?

Yes. Based on project url :https://github.com/borisyankov/DefinitelyTyped/blob/master/angular-ui-bootstrap/angular-ui-bootstrap.d.ts#L2

ModalService seems to be the analog for $modal https://github.com/borisyankov/DefinitelyTyped/blob/master/angular-ui-bootstrap/angular-ui-bootstrap.d.ts#L171

Does it fully covers ui bootstrap functionality? I tried to use TS $modal and seems that sometimes it works differently from it's js version.

A .d.ts is just a form of documentation. It can be out of date like any other documentation.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.