Features

Intro

This file contains the features configuration for the application.Here you can set the the features you want to show to the user In the file @config/features.ts you can set the config of the features

Example

The next example is the default configuration

export default {
    items: [
        {
            name: 'Quantum Oscillation Engine',
            description: 'Harness the power of quantum physics to manipulate the space-time continuum, solving problems that haven\'t even occurred yet.',
            icon: '๐Ÿš€',
        },
        {
            name: 'Virtual Unicorn Wrangler',
            description: 'Our cutting-edge technology allows you to summon and manage virtual unicorns, ensuring a magical touch to your everyday life.',
            icon: '๐Ÿฆ„',
        },
    ]
}

Usage

Table of Contents