# @daffodil/checkout `@daffodil/checkout` provides features for building an ecommerce checkout in Angular. ## Overview It provides state management and routing features for managing checkout flow. ## Installation To install `@daffodil/checkout`, use the following commands in your terminal. Install with npm: ```bash npm install @daffodil/checkout --save ``` Install with yarn: ```bash yarn add @daffodil/checkout ``` > Note that many checkout features are in the process of being migrated from `@daffodil/cart` to this package.